LIBOMV-492 Fixed up WinGridProxy with all sorts of new goodies, now using VirtualMode for efficiency of time and memory, This version has some new features and probably some new bugs:
* New QuickLaunch bar will (on windows) detect and allow you to launch installed viewers * Custom login url's are now saved for future sessions * Better exception handling in GridProxy git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3224 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -128,10 +128,10 @@ namespace WinGridProxy
|
||||
OnCapabilityAdded((CapInfo)de.Value);
|
||||
}
|
||||
|
||||
private void LoginRequest(XmlRpcRequest request)
|
||||
private void LoginRequest(object sender, XmlRpcRequestEventArgs e)
|
||||
{
|
||||
if (OnLoginResponse != null)
|
||||
OnLoginResponse(request, Direction.Outgoing);
|
||||
OnLoginResponse(e.m_Request, Direction.Outgoing);
|
||||
}
|
||||
|
||||
private void LoginResponse(XmlRpcResponse response)
|
||||
|
||||
Reference in New Issue
Block a user