Nope, those really are on PlaceManager, they're just protected so
my javadoc stuff freaked out since PresentsServer isn't allowed to see them. Point back to the right place. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5448 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -41,6 +41,8 @@ import com.threerings.presents.dobj.DObjectManager;
|
||||
import com.threerings.presents.dobj.RootDObjectManager;
|
||||
import com.threerings.presents.server.net.ConnectionManager;
|
||||
|
||||
import com.threerings.crowd.server.PlaceManager;
|
||||
|
||||
import static com.threerings.presents.Log.log;
|
||||
|
||||
/**
|
||||
@@ -108,11 +110,11 @@ public class PresentsServer
|
||||
}
|
||||
|
||||
/** Legacy static reference to the main distributed object manager. Don't use this. If you're
|
||||
* writing a game, use {@link #_omgr}. */
|
||||
* writing a game, use {@link PlaceManager#_omgr}. */
|
||||
@Deprecated public static PresentsDObjectMgr omgr;
|
||||
|
||||
/** Legacy static reference to the invocation manager. Don't use this. If you're
|
||||
* writing a game, use {@link #_invmgr}. */
|
||||
* writing a game, use {@link PlaceManager#_invmgr}. */
|
||||
@Deprecated public static InvocationManager invmgr;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user