mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Finish conversion if XInventoryService
This commit is contained in:
@@ -77,6 +77,8 @@ namespace OpenSim.Data
|
||||
bool DeleteFolders(string field, string val);
|
||||
bool DeleteItems(string field, string val);
|
||||
|
||||
bool MoveItem(string principalID, string id, string newParent);
|
||||
bool MoveItem(string id, string newParent);
|
||||
XInventoryItem[] GetActiveGestures(UUID principalID);
|
||||
int GetAssetPermissions(UUID principalID, UUID assetID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user