More bits and hackery (and a hand-generated TimeBaseMarshaller, so that I

can get fully logged in).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3904 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-02 03:07:01 +00:00
parent 477fb777f6
commit 961f3ffdfe
8 changed files with 122 additions and 4 deletions
@@ -1,6 +1,7 @@
package com.threerings.presents.client {
import com.threerings.util.Name;
import com.threerings.presents.data.TimeBaseMarshaller;
import com.threerings.presents.net.UsernamePasswordCreds;
public class TestClient extends Client
@@ -11,5 +12,13 @@ public class TestClient extends Client
setServer("tasman.sea.earth.threerings.net", DEFAULT_SERVER_PORT);
logon();
}
// If a class isn't used anywhere, it won't get added to the .swf.
// Here, I hack.
public function fuckingCompiler () :void
{
var i :int = TimeBaseMarshaller.GET_TIME_OID;
}
}
}