diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-07 12:58:04 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-07 12:58:04 -0400 |
commit | 89e3959cf393ce9eeb058304264d4f55f4fe9ca2 (patch) | |
tree | a5a96828ef79d33890fb5bd6efc485c17563580f /indra/newview/llviewerinventory.cpp | |
parent | 41694a902dc8cfebebb6e23691d41cb5627fa5a1 (diff) |
SH-4216 WIP - moved AISv3 commands and responders to llaisapi.* files
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rwxr-xr-x | indra/newview/llviewerinventory.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index 0608c46051..57d7d4fef6 100755 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -31,6 +31,7 @@ #include "llsdserialize.h" #include "message.h" +#include "llaisapi.h" #include "llagent.h" #include "llagentcamera.h" #include "llagentwearables.h" @@ -258,6 +259,7 @@ public: }; LLInventoryHandler gInventoryHandler; +#if 0 // DELETE these when working in their new home ///---------------------------------------------------------------------------- /// Classes for AISv3 support. @@ -520,6 +522,7 @@ public: private: LLSD mContents; }; +#endif ///---------------------------------------------------------------------------- /// Class LLViewerInventoryItem |