summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-10 16:29:10 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-10 16:29:10 -0400
commit6d46132ef5218cd17d8d201f16e5a7df4b1e39a6 (patch)
tree1a9ea4578e12a4eac75ee43b5aa5833dd990137c /indra/newview/llviewerinventory.h
parent89e3959cf393ce9eeb058304264d4f55f4fe9ca2 (diff)
SH-4216 WIP - finished item/cat update and reorg of aisv3 code
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rwxr-xr-xindra/newview/llviewerinventory.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h
index 9af71dfc9c..032efd9542 100755
--- a/indra/newview/llviewerinventory.h
+++ b/indra/newview/llviewerinventory.h
@@ -122,7 +122,7 @@ public:
virtual void updateServer(BOOL is_new) const;
void fetchFromServer(void) const;
- //virtual void packMessage(LLMessageSystem* msg) const;
+ virtual void packMessage(LLMessageSystem* msg) const;
virtual BOOL unpackMessage(LLMessageSystem* msg, const char* block, S32 block_num = 0);
virtual BOOL unpackMessage(LLSD item);
virtual BOOL importFile(LLFILE* fp);
@@ -138,9 +138,6 @@ public:
void setComplete(BOOL complete) { mIsComplete = complete; }
//void updateAssetOnServer() const;
- virtual void packMessage(LLMessageSystem* msg) const;
- // Contents of updates will take precedence over fields of item where they differ.
- void packUpdateMessage(LLMessageSystem* msg, const LLSD& updates) const;
virtual void setTransactionID(const LLTransactionID& transaction_id);
struct comparePointers
{
@@ -202,6 +199,8 @@ public:
virtual void updateParentOnServer(BOOL restamp_children) const;
virtual void updateServer(BOOL is_new) const;
+ virtual void packMessage(LLMessageSystem* msg) const;
+
const LLUUID& getOwnerID() const { return mOwnerID; }
// Version handling
@@ -226,8 +225,6 @@ public:
void determineFolderType();
void changeType(LLFolderType::EType new_folder_type);
- void packUpdateMessage(LLMessageSystem* msg, const LLSD& updates) const;
-
private:
friend class LLInventoryModel;
void localizeName(); // intended to be called from the LLInventoryModel