diff options
author | Rider Linden <rider@lindenlab.com> | 2015-05-08 16:15:27 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-05-08 16:15:27 -0700 |
commit | 6cba35d3c0a07843fe1254448fc122ecd3854424 (patch) | |
tree | f372b2cd7f7f3562275199b23ca4c4306a911f08 /indra/newview/llestateinfomodel.h | |
parent | 8d9282fca16d6118bc484b97fa905bcc616e0b9e (diff) |
Updated llestateinfomodel
Diffstat (limited to 'indra/newview/llestateinfomodel.h')
-rwxr-xr-x | indra/newview/llestateinfomodel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llestateinfomodel.h b/indra/newview/llestateinfomodel.h index 538f2f7c75..2deae7e322 100755 --- a/indra/newview/llestateinfomodel.h +++ b/indra/newview/llestateinfomodel.h @@ -30,6 +30,8 @@ class LLMessageSystem; #include "llsingleton.h" +#include "llcoros.h" +#include "lleventcoro.h" /** * Contains estate info, notifies interested parties of its changes. @@ -73,7 +75,6 @@ protected: friend class LLSingleton<LLEstateInfoModel>; friend class LLDispatchEstateUpdateInfo; - friend class LLEstateChangeInfoResponder; LLEstateInfoModel(); @@ -99,6 +100,8 @@ private: update_signal_t mUpdateSignal; /// emitted when we receive update from sim update_signal_t mCommitSignal; /// emitted when our update gets applied to sim + + void commitEstateInfoCapsCoro(LLCoros::self& self, std::string url); }; inline bool LLEstateInfoModel::getFlag(U64 flag) const |