aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs b/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs
index 3d35834..9eefd16 100644
--- a/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs
+++ b/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs
@@ -535,7 +535,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
535 allSuccess = false; 535 allSuccess = false;
536 } 536 }
537 } 537 }
538 538
539 return allSuccess; 539 return allSuccess;
540 } 540 }
541 541
@@ -727,11 +727,11 @@ namespace OpenSim.Services.Connectors.SimianGrid
727 727
728 /// <summary> 728 /// <summary>
729 /// Get the union of permissions of all inventory items 729 /// Get the union of permissions of all inventory items
730 /// that hold the given assetID. 730 /// that hold the given assetID.
731 /// </summary> 731 /// </summary>
732 /// <param name="userID"></param> 732 /// <param name="userID"></param>
733 /// <param name="assetID"></param> 733 /// <param name="assetID"></param>
734 /// <returns>The permissions or 0 if no such asset is found in 734 /// <returns>The permissions or 0 if no such asset is found in
735 /// the user's inventory</returns> 735 /// the user's inventory</returns>
736 public int GetAssetPermissions(UUID userID, UUID assetID) 736 public int GetAssetPermissions(UUID userID, UUID assetID)
737 { 737 {
@@ -787,7 +787,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
787 if (item != null && item["Type"].AsString() == "Item") 787 if (item != null && item["Type"].AsString() == "Item")
788 { 788 {
789 InventoryItemBase invItem = new InventoryItemBase(); 789 InventoryItemBase invItem = new InventoryItemBase();
790 790
791 invItem.AssetID = item["AssetID"].AsUUID(); 791 invItem.AssetID = item["AssetID"].AsUUID();
792 invItem.AssetType = SLUtil.ContentTypeToSLAssetType(item["ContentType"].AsString()); 792 invItem.AssetType = SLUtil.ContentTypeToSLAssetType(item["ContentType"].AsString());
793 invItem.CreationDate = item["CreationDate"].AsInteger(); 793 invItem.CreationDate = item["CreationDate"].AsInteger();