Keep track of node subscribers (and lock action ratifiers) by their
client oids. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4577 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -144,14 +144,6 @@ public class NodeObject extends DObject
|
||||
/** A field we use to broadcast changes to possible cached data. */
|
||||
public CacheData cacheData;
|
||||
|
||||
/**
|
||||
* Returns the number of subscribers to this node.
|
||||
*/
|
||||
public int getSubscriberCount ()
|
||||
{
|
||||
return _scount;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED: METHODS START
|
||||
/**
|
||||
* Requests that the <code>peerService</code> field be set to the
|
||||
|
||||
Reference in New Issue
Block a user