diff options
author | Justin Clarke Casey | 2008-07-22 17:43:09 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-22 17:43:09 +0000 |
commit | b2b5675bd4b43861f95d3b576b427db519c17728 (patch) | |
tree | 6d23908dbaf0c4ed0c0dc20b4e83689abdf5a866 /OpenSim/Region/Communications | |
parent | * minor: Make create user command appear on the region console only if the re... (diff) | |
download | opensim-SC_OLD-b2b5675bd4b43861f95d3b576b427db519c17728.zip opensim-SC_OLD-b2b5675bd4b43861f95d3b576b427db519c17728.tar.gz opensim-SC_OLD-b2b5675bd4b43861f95d3b576b427db519c17728.tar.bz2 opensim-SC_OLD-b2b5675bd4b43861f95d3b576b427db519c17728.tar.xz |
* refactor: move new inventory service call by user server to OGS1 with all the other service calls
* will post to mailing list about moving this shortly
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 4e4bfe8..05ecfcc 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | |||
@@ -306,9 +306,10 @@ namespace OpenSim.Region.Communications.OGS1 | |||
306 | return null; | 306 | return null; |
307 | } | 307 | } |
308 | 308 | ||
309 | public bool CreateNewUserInventory(LLUUID user) | 309 | public bool CreateNewUserInventory(LLUUID userId) |
310 | { | 310 | { |
311 | return false; | 311 | return SynchronousRestObjectPoster.BeginPostObject<Guid, bool>( |
312 | "POST", _inventoryServerUrl + "CreateInventory/", userId.UUID); | ||
312 | } | 313 | } |
313 | 314 | ||
314 | // See IInventoryServices | 315 | // See IInventoryServices |