Initial AISv3 merge. New HTTP messages not plugged in yet.

This commit is contained in:
Shyotl
2015-06-25 20:16:30 -05:00
parent 09f4528bfb
commit 9f10d9510d
71 changed files with 4962 additions and 3452 deletions

View File

@@ -112,7 +112,7 @@ public:
virtual void done();
protected:
void doneIdle();
static void onCategoryCreate(const LLSD& sdData, void* pParam);
void onCategoryCreate(const LLUUID& folder_id, const LLUUID& item_id);
};
// ============================================================================
@@ -129,7 +129,7 @@ protected:
virtual void onDestinationCreated(const LLUUID& idFolder, const std::string& strName) = 0;
void moveAndRename(const LLUUID& idFolder, const LLUUID& idDestination, const std::string& strName);
private:
static void onCategoryCreateCallback(const LLSD& sdData, void* pInstance);
void onCategoryCreate(const LLUUID& folder_id);
private:
std::list<std::string> m_DestPath;