Migrated code out of drag and drop, and into LLGiveInventory.

This commit is contained in:
Shyotl
2012-01-13 22:41:15 -06:00
parent f0f2834cfe
commit 670b85a86f
8 changed files with 667 additions and 551 deletions

View File

@@ -167,6 +167,8 @@
#include "llwlparammanager.h"
#include "llwaterparammanager.h"
#include "llgiveinventory.h"
#include <boost/tokenizer.hpp>
#if LL_WINDOWS // For Windows specific error handler
@@ -1972,7 +1974,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)
position,
false);
}
LLToolDragAndDrop::giveInventory(from_id, item);
LLGiveInventory::doGiveInventoryItem(from_id, item);
}
}
}