Make the bureau registry's client factory optional, must now be explicitly invoked using a new method

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5406 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-09-30 23:21:04 +00:00
parent 7e49edd3eb
commit f4111247d7
3 changed files with 14 additions and 6 deletions
@@ -74,6 +74,7 @@ public class TestServer extends PresentsServer
{
super.init(injector);
_bureauReg.init();
_bureauReg.setDefaultClientFactory();
}
public void setClientTarget (String target)