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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user