Rollback last commit.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4351 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-08-30 00:34:07 +00:00
parent a0626f8a3a
commit 0149aa3b1d
3 changed files with 6 additions and 13 deletions
@@ -44,13 +44,10 @@ public class ClientResolver extends Invoker.Unit
* Initiailizes this instance.
*
* @param username the username of the user to be resolved.
* @param authdata an object optionally placed into the
* AuthResponse.authdata field by the Authenticator.
*/
public void init (Name username, Object authdata)
public void init (Name username)
{
_username = username;
_authdata = authdata;
}
/**
@@ -184,10 +181,6 @@ public class ClientResolver extends Invoker.Unit
/** The name of the user whose client object is being resolved. */
protected Name _username;
/** An object placed into AuthResponse.authdata by the Authenticator,
* or null. */
protected Object _authdata;
/** The entities to notify of success or failure. */
protected ArrayList<ClientResolutionListener> _listeners =
new ArrayList<ClientResolutionListener>();