Initial AISv3 merge. New HTTP messages not plugged in yet.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user