Make shutdown() an instance method so that it can be augmented.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2358 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PresentsServer.java,v 1.31 2003/03/30 20:40:47 mdb Exp $
|
||||
// $Id: PresentsServer.java,v 1.32 2003/03/30 21:27:13 mdb Exp $
|
||||
|
||||
package com.threerings.presents.server;
|
||||
|
||||
@@ -209,7 +209,7 @@ public class PresentsServer
|
||||
* participants will be shut down, following which the server process
|
||||
* will be terminated.
|
||||
*/
|
||||
public static void shutdown ()
|
||||
public void shutdown ()
|
||||
{
|
||||
// shut down the connection manager (this will cease all network
|
||||
// activity but not actually close the connections)
|
||||
|
||||
Reference in New Issue
Block a user