diff options
author | Callum Prentice <callum@lindenlab.com> | 2010-01-11 17:27:45 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2010-01-11 17:27:45 -0800 |
commit | 77565ce0c35fb35701bb51a82d70214a3ad56a12 (patch) | |
tree | dbbb8284e0db98bcc3db829a9d3192e86f924ea0 /indra/newview/llfloaterscriptlimits.h | |
parent | a3ca95e3bd0e288792f6024d9487d618730fd40f (diff) | |
parent | a74d494dd7c13e0307ee5ba526ba021583b1f2b5 (diff) |
Merge with tip
Diffstat (limited to 'indra/newview/llfloaterscriptlimits.h')
-rw-r--r-- | indra/newview/llfloaterscriptlimits.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/indra/newview/llfloaterscriptlimits.h b/indra/newview/llfloaterscriptlimits.h index 88239136e3..7e2b536eb6 100644 --- a/indra/newview/llfloaterscriptlimits.h +++ b/indra/newview/llfloaterscriptlimits.h @@ -54,12 +54,12 @@ public: // from LLPanel virtual void refresh(); - + private: - + LLFloaterScriptLimits(const LLSD& seed); ~LLFloaterScriptLimits(); - + protected: LLTabContainer* mTab; @@ -167,13 +167,17 @@ public: private: + void onNameCache( const LLUUID& id, + const std::string& first_name, + const std::string& last_name); + LLUUID mParcelId; BOOL mGotParcelMemoryUsed; BOOL mGotParcelMemoryMax; S32 mParcelMemoryMax; S32 mParcelMemoryUsed; - std::vector<LLUUID> mObjectListIDs; + std::vector<LLSD> mObjectListItems; protected: @@ -218,7 +222,7 @@ private: S32 mParcelURLsMax; S32 mParcelURLsUsed; - std::vector<LLUUID> mObjectListIDs; + std::vector<LLSD> mObjectListItems; protected: |