diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs')
-rw-r--r-- | OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs | 8 |
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(); |