do some magic EXPECTO PATRONUM
This commit is contained in:
@@ -48,8 +48,8 @@ public:
|
||||
const std::string& getWebSite() const { return mWebSite; }
|
||||
const std::string& getSupportUrl() const { return mSupportUrl; }
|
||||
const std::string& getRegisterUrl() const { return mRegisterUrl; }
|
||||
const std::string& getPasswordUrl() const { return mPasswordUrl; }
|
||||
const std::string& getPartnerUrl() const { return mPartnerUrl; }
|
||||
const std::string& getPasswordUrl() const { return mPasswordUrl; }
|
||||
// Returns the url base used for the Web Search tab
|
||||
const std::string& getSearchUrl() const { return mSearchUrl; }
|
||||
const std::string& getGridMessage() const { return mGridMessage; }
|
||||
@@ -76,8 +76,8 @@ public:
|
||||
void setWebSite (const std::string& website);
|
||||
void setSupportUrl(const std::string& url);
|
||||
void setRegisterUrl(const std::string& url);
|
||||
void setPasswordUrl(const std::string& url);
|
||||
void setPartnerUrl(const std::string& url);
|
||||
void setPasswordUrl(const std::string& url);
|
||||
// sets the url base used for the Web Search tab
|
||||
void setSearchUrl(const std::string& url);
|
||||
void setGridMessage(const std::string& message);
|
||||
@@ -113,8 +113,8 @@ private:
|
||||
std::string mWebSite;
|
||||
std::string mSupportUrl;
|
||||
std::string mRegisterUrl;
|
||||
std::string mPasswordUrl;
|
||||
std::string mPartnerUrl;
|
||||
std::string mPasswordUrl;
|
||||
std::string mSearchUrl;
|
||||
std::string mVoiceConnector;
|
||||
bool mIsInProductionGrid;
|
||||
@@ -137,7 +137,7 @@ private:
|
||||
{
|
||||
XML_VOID, XML_PLATFORM, XML_GRIDNAME, XML_GRIDNICK,
|
||||
XML_LOGINURI, XML_LOGINPAGE, XML_HELPERURI,
|
||||
XML_WEBSITE, XML_SUPPORT, XML_REGISTER, XML_PASSWORD, XML_PARTNER, XML_SEARCH, XML_MESSAGE
|
||||
XML_WEBSITE, XML_SUPPORT, XML_REGISTER, XML_PARTNER, XML_PASSWORD, XML_SEARCH, XML_MESSAGE
|
||||
};
|
||||
XmlState mXmlState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user