Removed some code that only needs to be on the server-side.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4360 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-09-07 21:31:34 +00:00
parent 0ed50738a9
commit bd306351ee
8 changed files with 13 additions and 64 deletions
@@ -7,16 +7,9 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
// TODO: this will be autogenerated
public class TimeBaseMarshaller_GotTimeBaseMarshaller
extends InvocationMarshaller_ListenerMarshaller
implements GotTimeBaseListener
{
public static const GOT_TIME_OID :int = 1;
public function gotTimeOid (arg1 :int) :void
{
// omgr.postEvent(new InvocationResponseEvent(
// callerOid, requestId, GOT_TIME_OID, [ arg1 ]));
}
override public function dispatchResponse (methodId :int, args :Array) :void
{
switch (methodId) {