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:
@@ -152,12 +152,12 @@ namespace GridProxy
|
||||
}
|
||||
|
||||
// LoginRequest: dump a login request to the console
|
||||
private void LoginRequest(XmlRpcRequest request)
|
||||
private void LoginRequest(object sender, XmlRpcRequestEventArgs e)
|
||||
{
|
||||
if (logLogin)
|
||||
{
|
||||
Console.WriteLine("==> Login Request");
|
||||
Console.WriteLine(request);
|
||||
Console.WriteLine(e.m_Request);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user