Track more objects!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3091 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-08-23 21:05:04 +00:00
parent bfc0fbcd3e
commit a2ae7d499d
14 changed files with 42 additions and 42 deletions
@@ -1,15 +1,15 @@
//
// $Id: Lobby.java,v 1.4 2002/07/23 05:54:52 mdb Exp $
// $Id: Lobby.java,v 1.5 2004/08/23 21:05:03 mdb Exp $
package com.threerings.micasa.lobby;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.io.TrackedStreamableObject;
/**
* A simple class for keeping track of information for each lobby in
* operation on the server.
*/
public class Lobby extends SimpleStreamableObject
public class Lobby extends TrackedStreamableObject
{
/** The object id of the lobby place object. */
public int placeOid;