Add isAvination() function to hippo grid manager

This commit is contained in:
Melanie
2013-04-20 06:40:16 +02:00
parent f83717255f
commit 1849b5ba1e
2 changed files with 17 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ public:
bool isOpenSimulator() const;
bool isAurora() const;
bool isSecondLife() const;
bool isAvination() const;
bool isInProductionGrid() const; // Should only be called if isSecondLife() returns true.
const std::string& getGridName() const;
const std::string& getGridOwner() const;
@@ -113,6 +114,7 @@ private:
std::string mSearchUrl;
std::string mVoiceConnector;
bool mIsInProductionGrid;
bool mIsInAvination;
bool mRenderCompat;
bool mInvLinks;
bool mAutoUpdate;