diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-09 15:54:54 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-09 15:54:54 +0200 |
commit | 148a29ea1ec97922180ca8f0f6ced9a4a9e05c07 (patch) | |
tree | dbcf59a374e64849ca615f52ba19334e086fa40d /indra/newview/llavatarpropertiesprocessor.h | |
parent | cd328841106734938dd747e9a7fd2575cd6c1b85 (diff) |
Implemented major task EXT-2251 - Implement panels for creating, editing and viewing Classifieds.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.h')
-rw-r--r-- | indra/newview/llavatarpropertiesprocessor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.h b/indra/newview/llavatarpropertiesprocessor.h index 64964b1665..716c1b8065 100644 --- a/indra/newview/llavatarpropertiesprocessor.h +++ b/indra/newview/llavatarpropertiesprocessor.h @@ -212,6 +212,8 @@ public: void sendPickInfoUpdate(const LLPickData* new_pick); + void sendClassifiedInfoUpdate(const LLAvatarClassifiedInfo* c_data); + void sendFriendRights(const LLUUID& avatar_id, S32 rights); void sendNotes(const LLUUID& avatar_id, const std::string notes); |