diff options
author | MW | 2007-12-02 13:59:15 +0000 |
---|---|---|
committer | MW | 2007-12-02 13:59:15 +0000 |
commit | 80609c2b1572d9b946675db486fc46e327171cfa (patch) | |
tree | 85a623c1a75255d74883c3f9ba11e5f66a053a18 /OpenSim/Region | |
parent | New Inventory folder should now be stored to the inventory server/database. T... (diff) | |
download | opensim-SC-80609c2b1572d9b946675db486fc46e327171cfa.zip opensim-SC-80609c2b1572d9b946675db486fc46e327171cfa.tar.gz opensim-SC-80609c2b1572d9b946675db486fc46e327171cfa.tar.bz2 opensim-SC-80609c2b1572d9b946675db486fc46e327171cfa.tar.xz |
Some refactoring , mainly on Inventory code.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 934a814..612930d 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
64 | try | 64 | try |
65 | { | 65 | { |
66 | RestObjectPosterResponse<InventoryCollection> requester = new RestObjectPosterResponse<InventoryCollection>(); | 66 | RestObjectPosterResponse<InventoryCollection> requester = new RestObjectPosterResponse<InventoryCollection>(); |
67 | requester.ReturnResponseVal = InventoryResponse; | 67 | requester.ResponseCallback = InventoryResponse; |
68 | requester.BeginPostObject<LLUUID>(_inventoryServerUrl + "/GetInventory/", userID); | 68 | requester.BeginPostObject<LLUUID>(_inventoryServerUrl + "/GetInventory/", userID); |
69 | } | 69 | } |
70 | catch (Exception) | 70 | catch (Exception) |