* 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
This commit is contained in:
Justin Clarke Casey
2008-07-22 17:43:09 +00:00
parent a1d481d0f6
commit b2b5675bd4
4 changed files with 13 additions and 9 deletions

View File

@@ -407,6 +407,7 @@ namespace OpenSim.Grid.UserServer
return ProfileToXmlRPCResponse(userProfile);
}
public XmlRpcResponse XmlRPCGetAgentMethodUUID(XmlRpcRequest request)
{
XmlRpcResponse response = new XmlRpcResponse();