aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserManager.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-07-22 17:43:09 +0000
committerJustin Clarke Casey2008-07-22 17:43:09 +0000
commitb2b5675bd4b43861f95d3b576b427db519c17728 (patch)
tree6d23908dbaf0c4ed0c0dc20b4e83689abdf5a866 /OpenSim/Grid/UserServer/UserManager.cs
parent* minor: Make create user command appear on the region console only if the re... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Grid/UserServer/UserManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs
index b48f20e..ff62d78 100644
--- a/OpenSim/Grid/UserServer/UserManager.cs
+++ b/OpenSim/Grid/UserServer/UserManager.cs
@@ -407,6 +407,7 @@ namespace OpenSim.Grid.UserServer
407 407
408 return ProfileToXmlRPCResponse(userProfile); 408 return ProfileToXmlRPCResponse(userProfile);
409 } 409 }
410
410 public XmlRpcResponse XmlRPCGetAgentMethodUUID(XmlRpcRequest request) 411 public XmlRpcResponse XmlRPCGetAgentMethodUUID(XmlRpcRequest request)
411 { 412 {
412 XmlRpcResponse response = new XmlRpcResponse(); 413 XmlRpcResponse response = new XmlRpcResponse();