We can't use the type systesm to enforce our requirements, but we can use
obtain containment and a stack of specifically typed outer class references to accomplish what we need without misleading casts. This will require changes to Yohoho which I shall make forthwith. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6320 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -298,7 +298,6 @@ public class ClientManager
|
||||
public void run () {
|
||||
ClientObject clobj = fclr.createClientObject();
|
||||
clobj.setLocal(ClientLocal.class, fclr.createLocalAttribute());
|
||||
clobj.setPermissionPolicy(fclr.createPermissionPolicy());
|
||||
fclr.objectAvailable(_omgr.registerObject(clobj));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user