diff options
author | Don Kjer <don@lindenlab.com> | 2013-08-09 14:52:54 -0700 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2013-08-09 14:52:54 -0700 |
commit | c1af1a692a6bd0f3cdfb3f49cc2451717481b685 (patch) | |
tree | 14932943b15060b91a8ee6dfdb6e1cc6172e0cb7 /indra/newview/llaisapi.h | |
parent | 3ed3b88892adb4234c375d2d6bd5f0d2da5566c7 (diff) |
Routing link creating through AISv3 when available.
Diffstat (limited to 'indra/newview/llaisapi.h')
-rwxr-xr-x | indra/newview/llaisapi.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h index f4e219e9e6..5d31129a16 100755 --- a/indra/newview/llaisapi.h +++ b/indra/newview/llaisapi.h @@ -130,6 +130,15 @@ protected: /* virtual */ bool getResponseUUID(const LLSD& content, LLUUID& id); }; +class CreateInventoryCommand: public AISCommand +{ +public: + CreateInventoryCommand(const LLUUID& parent_id, const LLSD& new_inventory, LLPointer<LLInventoryCallback> callback); + +private: + LLSD mNewInventory; +}; + class AISUpdate { public: |