diff options
author | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
commit | 8465910c79b8e746e04fd581cca2d60399e569b9 (patch) | |
tree | f43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/newview/llviewerinventory.h | |
parent | Second Life viewer sources 1.18.2.1 (diff) | |
download | meta-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.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 |