Invoker unit namestravaganza.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3023 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ClientResolver.java,v 1.4 2004/03/06 11:29:19 mdb Exp $
|
// $Id: ClientResolver.java,v 1.5 2004/06/13 08:51:57 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.server;
|
package com.threerings.presents.server;
|
||||||
|
|
||||||
@@ -118,6 +118,12 @@ public class ClientResolver extends Invoker.Unit
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// documentation inherited
|
||||||
|
public String toString ()
|
||||||
|
{
|
||||||
|
return "ClientResolver:" + _username;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is called on the invoker thread which means that it can
|
* This method is called on the invoker thread which means that it can
|
||||||
* do things like blocking database requests and generally whatever is
|
* do things like blocking database requests and generally whatever is
|
||||||
|
|||||||
Reference in New Issue
Block a user