diff options
Diffstat (limited to 'linden/indra/newview/llviewerinventory.h')
-rw-r--r-- | linden/indra/newview/llviewerinventory.h | 6 |
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: | |||
234 | private: | 234 | private: |
235 | std::map<U32, LLPointer<LLInventoryCallback> > mMap; | 235 | std::map<U32, LLPointer<LLInventoryCallback> > mMap; |
236 | U32 mLastCallback; | 236 | U32 mLastCallback; |
237 | static LLInventoryCallbackManager *sInstance; | ||
238 | public: | ||
239 | static bool is_instantiated() { return sInstance != NULL; } | ||
237 | }; | 240 | }; |
238 | extern LLInventoryCallbackManager gInventoryCallbacks; | 241 | extern LLInventoryCallbackManager gInventoryCallbacks; |
239 | 242 | ||
@@ -269,7 +272,8 @@ void move_inventory_item( | |||
269 | 272 | ||
270 | void copy_inventory_from_notecard(const LLUUID& object_id, | 273 | void 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 |