diff options
author | Steven Bennetts <steve@lindenlab.com> | 2008-03-20 21:41:26 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2008-03-20 21:41:26 +0000 |
commit | e3b97ac65b10a58c1dac041743e4acd1042492f5 (patch) | |
tree | 1648189fd15e51ac1c2eb8d8018faa775c93f6d3 /indra/newview/llagent.h | |
parent | b502c86f30d3ed01b795548364ab8090363eeac5 (diff) |
merge release@82383 viewer-cleanup2-7-merge@82828
QAR-369
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 469d2e4fe0..50830a75f0 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -36,6 +36,7 @@ #include "indra_constants.h" #include "llmath.h" +#include "llcontrol.h" #include "llcoordframe.h" #include "llevent.h" #include "llagentconstants.h" @@ -225,8 +226,8 @@ public: // update internal datastructures and update the server with the // new contribution level. Returns true if the group id was found // and contribution could be set. - BOOL setGroupContribution(const LLUUID& group_id, S32 contribution); - BOOL setUserGroupFlags(const LLUUID& group_id, BOOL accept_notices, BOOL list_in_profile); + BOOL setGroupContribution(const LLUUID& group_id, S32 contribution); + BOOL setUserGroupFlags(const LLUUID& group_id, BOOL accept_notices, BOOL list_in_profile); void setHideGroupTitle(BOOL hide) { mHideGroupTitle = hide; } // @@ -686,7 +687,6 @@ protected: BOOL notify = TRUE); public: // TODO: Make these private! - U32 mViewerPort; // Port this agent transmits on. LLUUID mSecureSessionID; // secure token for this login session F32 mDrawDistance; @@ -932,21 +932,6 @@ private: LLPointer<LLRefCount> mCB; }; - //control listeners - class LLHideGroupTitleListener: public LLSimpleListener - { - public: - bool handleEvent(LLPointer<LLEvent> event, const LLSD &userdata); - }; - - class LLEffectColorListener: public LLSimpleListener - { - public: - bool handleEvent(LLPointer<LLEvent> event, const LLSD &userdata); - }; - - LLHideGroupTitleListener mHideGroupTitleListener; - LLEffectColorListener mEffectColorListener; LLFriendObserver* mFriendObserver; }; |