More over the wire class dependency noting.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@602 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2008-05-22 15:35:37 +00:00
parent ae6c542271
commit 55d16fc0c9
3 changed files with 58 additions and 64 deletions
@@ -45,6 +45,7 @@ import com.threerings.crowd.data.PlaceObject;
import com.threerings.whirled.client.persist.SceneRepository;
import com.threerings.whirled.data.Scene;
import com.threerings.whirled.data.SceneCodes;
import com.threerings.whirled.data.SceneMarshaller;
import com.threerings.whirled.data.SceneModel;
import com.threerings.whirled.data.SceneObject;
import com.threerings.whirled.data.SceneUpdate;
@@ -100,6 +101,9 @@ public class SceneDirector extends BasicDirector
// register for scene notifications
_wctx.getClient().getInvocationDirector().registerReceiver(new SceneDecoder(this));
// ensure that the compiler includes these necessary symbols
var c :Class = SceneMarshaller;
}
/**
@@ -53,6 +53,7 @@ import com.threerings.whirled.spot.data.Location;
import com.threerings.whirled.spot.data.Portal;
import com.threerings.whirled.spot.data.SceneLocation;
import com.threerings.whirled.spot.data.SpotCodes;
import com.threerings.whirled.spot.data.SpotMarshaller;
import com.threerings.whirled.spot.data.SpotScene;
import com.threerings.whirled.spot.data.SpotSceneObject;
@@ -82,6 +83,9 @@ public class SpotSceneDirector extends BasicDirector
// wire ourselves up to hear about leave place notifications
locdir.addLocationObserver(new LocationAdapter(null, handleSceneChange, null));
// ensure that the compiler includes these necessary symbols
var c :Class = SpotMarshaller;
}
/**