summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r--indra/newview/llagent.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index fb9ac402e1..0ce6fda131 100644
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -122,7 +122,10 @@ public:
bool isFirstLogin() const { return mFirstLogin; }
bool isInitialized() const { return mInitialized; }
- void showLatestFeatureNotification();
+ void setFeatureVersion(S32 version, S32 flags);
+ S32 getFeatureVersion();
+ void getFeatureVersionAndFlags(S32 &version, S32 &flags);
+ void showLatestFeatureNotification(const std::string key);
public:
std::string mMOTD; // Message of the day
private: