aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerinventory.h
diff options
context:
space:
mode:
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