Revamped logon and logoff handling so that the driver is responsible for

either exiting or closing the window when we logoff rather than the client
or the client controller which don't know if we're in an applet or an
application or something else.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@569 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-25 23:21:32 +00:00
parent 264a71ddd5
commit 9c781457c6
4 changed files with 34 additions and 10 deletions
@@ -1,5 +1,5 @@
//
// $Id: ClientController.java,v 1.9 2001/10/25 23:02:57 mdb Exp $
// $Id: ClientController.java,v 1.10 2001/10/25 23:21:32 mdb Exp $
package com.threerings.micasa.client;
@@ -126,7 +126,6 @@ public class ClientController
public void clientDidLogoff (Client client)
{
Log.info("Client did logoff [client=" + client + "].");
System.exit(0);
}
protected MiCasaContext _ctx;