summaryrefslogtreecommitdiff
path: root/indra/newview/lltooldraganddrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltooldraganddrop.h')
-rw-r--r--indra/newview/lltooldraganddrop.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/lltooldraganddrop.h b/indra/newview/lltooldraganddrop.h
index f9e1d75754..627ef86c38 100644
--- a/indra/newview/lltooldraganddrop.h
+++ b/indra/newview/lltooldraganddrop.h
@@ -211,7 +211,8 @@ protected:
// give inventory item functionality
static void handleCopyProtectedItem(S32 option, void* data);
static void commitGiveInventoryItem(const LLUUID& to_agent,
- LLInventoryItem* item);
+ LLInventoryItem* item,
+ const LLUUID &im_session_id = LLUUID::null);
// give inventory category functionality
static void handleCopyProtectedCategory(S32 option, void* data);
@@ -251,7 +252,9 @@ public:
ESource source,
const LLUUID& src_id);
- static void giveInventory(const LLUUID& to_agent, LLInventoryItem* item);
+ static void giveInventory(const LLUUID& to_agent,
+ LLInventoryItem* item,
+ const LLUUID &session_id = LLUUID::null);
static void giveInventoryCategory(const LLUUID& to_agent,
LLInventoryCategory* item);
};