Let's have a nice toString().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5480 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
package com.threerings.presents.server;
|
package com.threerings.presents.server;
|
||||||
|
|
||||||
import com.threerings.io.Streamable;
|
import com.threerings.io.SimpleStreamableObject;
|
||||||
|
|
||||||
import com.threerings.presents.data.ClientObject;
|
import com.threerings.presents.data.ClientObject;
|
||||||
|
|
||||||
@@ -32,8 +32,7 @@ import com.threerings.presents.data.ClientObject;
|
|||||||
* <p> Note: this object implements streamable so that it can be cleanly passed between servers in
|
* <p> Note: this object implements streamable so that it can be cleanly passed between servers in
|
||||||
* a peered environment. It is never sent to the client.
|
* a peered environment. It is never sent to the client.
|
||||||
*/
|
*/
|
||||||
public class ClientLocal
|
public class ClientLocal extends SimpleStreamableObject
|
||||||
implements Streamable
|
|
||||||
{
|
{
|
||||||
// nothing to track at this level
|
// nothing to track at this level
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user