summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-06-08 00:48:46 +0100
committerCho <cho@lindenlab.com>2013-06-08 00:48:46 +0100
commit54e879cc22ec342f57cec23d38ba269b83489111 (patch)
tree6d409c356b86f8c493cb8d9d277d84aa4cf58e54 /indra/newview/llfacebookconnect.h
parentbee5369b2f2fc0208b1a0645c2702ed1cea43c55 (diff)
added Facebook status update feature for ACME-502, ACME-503, and ACME-504
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r--indra/newview/llfacebookconnect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h
index 2dba182267..58e2707ba3 100644
--- a/indra/newview/llfacebookconnect.h
+++ b/indra/newview/llfacebookconnect.h
@@ -49,6 +49,7 @@ public:
void postCheckin(const std::string& location, const std::string& name, const std::string& description, const std::string& picture, const std::string& message);
void postCheckinMessage(const std::string& message, const std::string& link, const std::string& name, const std::string& caption, const std::string& description, const std::string& picture);
void sharePhoto(const std::string& image_url, const std::string& caption);
+ void updateStatus(const std::string& message);
void clearContent();
void storeContent(const LLSD& content);
@@ -69,7 +70,7 @@ private:
bool mConnectedToFbc;
LLSD mContent;
- S32 mGeneration;
+ S32 mGeneration;
};
#endif // LL_LLFACEBOOKCONNECT_H