Inventory Link auto-detection

This commit is contained in:
Siana Gearz
2011-06-15 04:53:52 +02:00
parent 63285a2039
commit 9d57163479
3 changed files with 24 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ public:
void setRealCurrencySymbol(const std::string& sym);
void setDirectoryFee(int fee);
bool supportsInvLinks();
void setSupportsInvLinks(bool b);
bool retrieveGridInfo();
@@ -113,6 +114,7 @@ private:
std::string mLastName;
std::string mAvatarPassword;
bool mRenderCompat;
bool mInvLinks;
int mMaxAgentGroups;
std::string mCurrencySymbol;