Match some changes on the java side (No effect).
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4343 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -91,13 +91,6 @@ public class ClientDObjectMgr
|
||||
return false;
|
||||
}
|
||||
|
||||
// inherit documentation from the interface DObjectManager
|
||||
public function createObject (dclass :Class, target :Subscriber) :void
|
||||
{
|
||||
// not presently supported
|
||||
throw new Error("createObject() not supported");
|
||||
}
|
||||
|
||||
// inherit documentation from the interface DObjectManager
|
||||
public function subscribeToObject (oid :int, target :Subscriber) :void
|
||||
{
|
||||
@@ -129,13 +122,6 @@ public class ClientDObjectMgr
|
||||
_comm.postMessage(new ForwardEventRequest(event));
|
||||
}
|
||||
|
||||
// inherit documentation from the interface
|
||||
public function destroyObject (oid :int) :void
|
||||
{
|
||||
// forward an object destroyed event to the server
|
||||
postEvent(new ObjectDestroyedEvent(oid));
|
||||
}
|
||||
|
||||
// inherit documentation from the interface
|
||||
public function removedLastSubscriber (
|
||||
obj :DObject, deathWish :Boolean) :void
|
||||
|
||||
Reference in New Issue
Block a user