* Moving conversion functions from Helpers to Utils (in OpenMetaverseTypes)
* Added GetLLSD() and FromLLSD() to Permissions * Started on inventory persistence for Simian git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2267 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -11,5 +11,6 @@ namespace Simian
|
||||
bool CreateFolder(Agent agent, UUID folderID, string name, AssetType preferredType, UUID parentID,
|
||||
UUID ownerID);
|
||||
bool CreateRootFolder(Agent agent, UUID folderID, string name, UUID ownerID);
|
||||
bool TryGetInventory(UUID agentID, UUID objectID, out InventoryObject obj);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,8 +5,6 @@ namespace Simian
|
||||
{
|
||||
public interface IPersistable
|
||||
{
|
||||
string StoreName { get; }
|
||||
|
||||
LLSD Serialize();
|
||||
void Deserialize(LLSD serialized);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user