Actually we need to set up our local attribute here.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5476 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -72,6 +72,14 @@ public class ClientResolver extends Invoker.Unit
|
||||
return new ClientObject();
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a record that will be maintained only on the server to track client related bits.
|
||||
*/
|
||||
public ClientLocal createLocalAttribute ()
|
||||
{
|
||||
return new ClientLocal();
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a permission policy for use by our client.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user