diff options
Diffstat (limited to 'indra/newview/llfloateropenobject.h')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llfloateropenobject.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llfloateropenobject.h b/indra/newview/llfloateropenobject.h index 0706e99f16..2e761f99bf 100644..100755 --- a/indra/newview/llfloateropenobject.h +++ b/indra/newview/llfloateropenobject.h @@ -49,6 +49,8 @@ public: { LLUUID mCatID; bool mWear; + bool mFolderResponded; + bool mReplace; }; protected: @@ -58,10 +60,13 @@ protected: void draw(); virtual void onOpen(const LLSD& key); - void moveToInventory(bool wear); + void moveToInventory(bool wear, bool replace = false); void onClickMoveToInventory(); void onClickMoveAndWear(); + void onClickReplace(); + void onClickCancel(); + static void callbackCreateInventoryCategory(const LLUUID& category_id, LLUUID object_id, bool wear, bool replace = false); static void callbackMoveInventory(S32 result, void* data); private: |