GridProxy/WinGridProxy cleanup: remove cruft xmlrpc (OpenMetaverse.dll a required dependency also requires XMLRPC.dll, so we'll use that instead of the older version)
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3165 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -102,8 +102,7 @@ namespace WinGridProxy
|
||||
ProxyConfig pc = new ProxyConfig("WinGridProxy", "Jim Radford", args);
|
||||
|
||||
Proxy = new ProxyFrame(args, pc);
|
||||
|
||||
|
||||
|
||||
Proxy.proxy.AddLoginRequestDelegate(new XmlRpcRequestDelegate(LoginRequest));
|
||||
Proxy.proxy.AddLoginResponseDelegate(new XmlRpcResponseDelegate(LoginResponse));
|
||||
|
||||
@@ -128,7 +127,7 @@ namespace WinGridProxy
|
||||
if (OnCapabilityAdded != null)
|
||||
OnCapabilityAdded((CapInfo)de.Value);
|
||||
}
|
||||
|
||||
|
||||
private void LoginRequest(XmlRpcRequest request)
|
||||
{
|
||||
if (OnLoginResponse != null)
|
||||
|
||||
Reference in New Issue
Block a user