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,16 +1,16 @@
//
// $Id: DownstreamMessage.java,v 1.11 2002/12/20 23:41:26 mdb Exp $
// $Id: DownstreamMessage.java,v 1.12 2004/08/23 21:05:04 mdb Exp $
package com.threerings.presents.net;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.io.TrackedStreamableObject;
/**
* This class encapsulates a message in the distributed object protocol
* that flows from the server to the client. Downstream messages include
* object subscription, event forwarding and session management.
*/
public abstract class DownstreamMessage extends SimpleStreamableObject
public abstract class DownstreamMessage extends TrackedStreamableObject
{
/**
* The message id of the upstream message with which this downstream
@@ -1,16 +1,16 @@
//
// $Id: UpstreamMessage.java,v 1.12 2004/02/21 00:51:02 mdb Exp $
// $Id: UpstreamMessage.java,v 1.13 2004/08/23 21:05:04 mdb Exp $
package com.threerings.presents.net;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.io.TrackedStreamableObject;
/**
* This class encapsulates a message in the distributed object protocol
* that flows from the client to the server. Upstream messages include
* object subscription, event forwarding and session management.
*/
public abstract class UpstreamMessage extends SimpleStreamableObject
public abstract class UpstreamMessage extends TrackedStreamableObject
{
/**
* This is a unique (within the context of a reasonable period of