Moved BodyObject.username down to ClientObject.username so that one can look up
the PresentsClient given a ClientObject. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5435 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -154,7 +154,8 @@ public class ClientResolver extends Invoker.Unit
|
||||
protected void resolveClientData (ClientObject clobj)
|
||||
throws Exception
|
||||
{
|
||||
// nothing to do by default
|
||||
// fill in the username
|
||||
clobj.username = _username;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user