More bits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3903 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-02 01:30:04 +00:00
parent 69da887537
commit 477fb777f6
4 changed files with 278 additions and 1 deletions
@@ -42,6 +42,10 @@ public class ClientObject extends DObject
public static const RECEIVERS :String = "receivers";
// AUTO-GENERATED: FIELDS END
/** The name of a message event delivered to the client when they
* switch usernames (and therefore user objects). */
public static const CLOBJ_CHANGED :String = "!clobj_changed!";
/** Used to publish all invocation service receivers registered on
* this client. */
public var receivers :DSet;