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:
Ray Greenwell
2006-08-24 00:41:24 +00:00
parent bc9f53396c
commit 0291990de9
2 changed files with 0 additions and 39 deletions
@@ -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