Yohoho needs to replace the auth response data on the fly. Allow it.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5010 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -58,6 +58,14 @@ public class AuthResponse extends DownstreamMessage
|
|||||||
return _data;
|
return _data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Replaces this response's auth data.
|
||||||
|
*/
|
||||||
|
public void setData (AuthResponseData data)
|
||||||
|
{
|
||||||
|
_data = data;
|
||||||
|
}
|
||||||
|
|
||||||
public String toString ()
|
public String toString ()
|
||||||
{
|
{
|
||||||
return "[type=ARSP, msgid=" + messageId + ", data=" + _data + "]";
|
return "[type=ARSP, msgid=" + messageId + ", data=" + _data + "]";
|
||||||
|
|||||||
Reference in New Issue
Block a user