summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterconversationpreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterconversationpreview.h')
-rw-r--r--indra/newview/llfloaterconversationpreview.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/indra/newview/llfloaterconversationpreview.h b/indra/newview/llfloaterconversationpreview.h
index 7ca4ee6945..f7f54a318d 100644
--- a/indra/newview/llfloaterconversationpreview.h
+++ b/indra/newview/llfloaterconversationpreview.h
@@ -29,8 +29,8 @@
#include "llchathistory.h"
#include "llfloater.h"
-extern const std::string LL_FCP_COMPLETE_NAME; //"complete_name"
-extern const std::string LL_FCP_ACCOUNT_NAME; //"user_name"
+extern const std::string LL_FCP_COMPLETE_NAME; //"complete_name"
+extern const std::string LL_FCP_ACCOUNT_NAME; //"user_name"
class LLSpinCtrl;
@@ -38,35 +38,35 @@ class LLFloaterConversationPreview : public LLFloater
{
public:
- LLFloaterConversationPreview(const LLSD& session_id);
- virtual ~LLFloaterConversationPreview();
+ LLFloaterConversationPreview(const LLSD& session_id);
+ virtual ~LLFloaterConversationPreview();
- virtual BOOL postBuild();
- void setPages(std::list<LLSD>* messages,const std::string& file_name);
+ virtual BOOL postBuild();
+ void setPages(std::list<LLSD>* messages,const std::string& file_name);
- virtual void draw();
- virtual void onOpen(const LLSD& key);
- virtual void onClose(bool app_quitting);
+ virtual void draw();
+ virtual void onOpen(const LLSD& key);
+ virtual void onClose(bool app_quitting);
private:
- void onMoreHistoryBtnClick();
- void showHistory();
+ void onMoreHistoryBtnClick();
+ void showHistory();
- LLMutex mMutex;
- LLSpinCtrl* mPageSpinner;
- LLChatHistory* mChatHistory;
- LLUUID mSessionID;
- int mCurrentPage;
- int mPageSize;
+ LLMutex mMutex;
+ LLSpinCtrl* mPageSpinner;
+ LLChatHistory* mChatHistory;
+ LLUUID mSessionID;
+ int mCurrentPage;
+ int mPageSize;
- std::list<LLSD>* mMessages;
- std::string mAccountName;
- std::string mCompleteName;
- std::string mChatHistoryFileName;
- bool mShowHistory;
- bool mHistoryThreadsBusy;
- bool mOpened;
- bool mIsGroup;
+ std::list<LLSD>* mMessages;
+ std::string mAccountName;
+ std::string mCompleteName;
+ std::string mChatHistoryFileName;
+ bool mShowHistory;
+ bool mHistoryThreadsBusy;
+ bool mOpened;
+ bool mIsGroup;
};
#endif /* LLFLOATERCONVERSATIONPREVIEW_H_ */