All the latest and ... well, the latest anyway.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3950 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -35,6 +35,15 @@ public class InvocationDirector
|
||||
_omgr = omgr;
|
||||
_client = client;
|
||||
|
||||
var subby :Object = new Object();
|
||||
subby.objectAvailable = function (obj :DObject) :void {
|
||||
gotClientObject(obj as ClientObject);
|
||||
}
|
||||
subby.requestFailed = function (
|
||||
oid :int, cause :ObjectAccessError) :void {
|
||||
gotClientObjectFailed(oid, cause);
|
||||
}
|
||||
|
||||
_omgr.subscribeToObject(cloid, new ClientSubscriber(this));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user