Updates to reflect changes in Narya.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@857 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2009-06-20 01:04:01 +00:00
parent 0ef8cf1c58
commit cd129b788c
2 changed files with 2 additions and 2 deletions
@@ -64,7 +64,7 @@ public class MiCasaServer extends CrowdServer
super.init(injector);
// configure the client manager to use our client class
_clmgr.setSessionFactory(new SessionFactory() {
_clmgr.setDefaultSessionFactory(new SessionFactory() {
public Class<? extends PresentsSession> getSessionClass (AuthRequest areq) {
return MiCasaSession.class;
}
@@ -54,7 +54,7 @@ public abstract class WhirledServer extends CrowdServer
super.init(injector);
// configure the client to use our whirled client
_clmgr.setSessionFactory(new SessionFactory() {
_clmgr.setDefaultSessionFactory(new SessionFactory() {
public Class<? extends PresentsSession> getSessionClass (AuthRequest areq) {
return WhirledSession.class;
}