aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerinventory.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:07 -0500
committerJacek Antonelli2008-08-15 23:45:07 -0500
commit8465910c79b8e746e04fd581cca2d60399e569b9 (patch)
treef43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/newview/llviewerinventory.h
parentSecond Life viewer sources 1.18.2.1 (diff)
downloadmeta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz
Second Life viewer sources 1.18.3.2-RC
Diffstat (limited to 'linden/indra/newview/llviewerinventory.h')
-rw-r--r--linden/indra/newview/llviewerinventory.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerinventory.h b/linden/indra/newview/llviewerinventory.h
index 513834f..1226a83 100644
--- a/linden/indra/newview/llviewerinventory.h
+++ b/linden/indra/newview/llviewerinventory.h
@@ -234,6 +234,9 @@ public:
234private: 234private:
235 std::map<U32, LLPointer<LLInventoryCallback> > mMap; 235 std::map<U32, LLPointer<LLInventoryCallback> > mMap;
236 U32 mLastCallback; 236 U32 mLastCallback;
237 static LLInventoryCallbackManager *sInstance;
238public:
239 static bool is_instantiated() { return sInstance != NULL; }
237}; 240};
238extern LLInventoryCallbackManager gInventoryCallbacks; 241extern LLInventoryCallbackManager gInventoryCallbacks;
239 242
@@ -269,7 +272,8 @@ void move_inventory_item(
269 272
270void copy_inventory_from_notecard(const LLUUID& object_id, 273void copy_inventory_from_notecard(const LLUUID& object_id,
271 const LLUUID& notecard_inv_id, 274 const LLUUID& notecard_inv_id,
272 const LLInventoryItem *src); 275 const LLInventoryItem *src,
276 U32 callback_id = 0);
273 277
274 278
275#endif // LL_LLVIEWERINVENTORY_H 279#endif // LL_LLVIEWERINVENTORY_H