Didn't end up injecting these after all.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6310 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2010-11-30 01:22:59 +00:00
parent 19a8763518
commit 9572a8464d
@@ -778,16 +778,16 @@ public class PlaceManager
@Inject protected Injector _injector;
/** A reference to the place registry with which we're registered. */
@Inject protected PlaceRegistry _registry;
protected PlaceRegistry _registry;
/** The invocation manager with whom we register our game invocation services. */
@Inject protected InvocationManager _invmgr;
protected InvocationManager _invmgr;
/** A distributed object manager for doing dobj stuff. */
@Inject protected RootDObjectManager _omgr;
protected RootDObjectManager _omgr;
/** Used to look up body objects by name. */
@Inject protected BodyLocator _locator;
protected BodyLocator _locator;
/** A reference to the place object that we manage. */
protected PlaceObject _plobj;