Not to call addClientObserver() since we extend BasicDirector which
already does that for us. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2063 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ParlorDirector.java,v 1.17 2002/10/27 22:23:14 mdb Exp $
|
// $Id: ParlorDirector.java,v 1.18 2002/12/12 23:55:31 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.parlor.client;
|
package com.threerings.parlor.client;
|
||||||
|
|
||||||
@@ -39,9 +39,6 @@ public class ParlorDirector extends BasicDirector
|
|||||||
super(ctx);
|
super(ctx);
|
||||||
_ctx = ctx;
|
_ctx = ctx;
|
||||||
|
|
||||||
// register as a session observer
|
|
||||||
_ctx.getClient().addClientObserver(this);
|
|
||||||
|
|
||||||
// register ourselves with the invocation director as a parlor
|
// register ourselves with the invocation director as a parlor
|
||||||
// notification receiver
|
// notification receiver
|
||||||
_ctx.getClient().getInvocationDirector().registerReceiver(
|
_ctx.getClient().getInvocationDirector().registerReceiver(
|
||||||
|
|||||||
Reference in New Issue
Block a user