first pass at converting the bureau client to actionscript. now to find a way to run it...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5054 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -50,6 +50,13 @@ public class BureauCredentials extends Credentials
|
||||
super(new Name("@@bureau:" + bureauId + "@@"));
|
||||
}
|
||||
|
||||
@Override // inherit documentation
|
||||
protected void toString (StringBuilder buf)
|
||||
{
|
||||
super.toString(buf);
|
||||
buf.append(" token=").append(sessionToken);
|
||||
}
|
||||
|
||||
// inherit documentation - from Object
|
||||
public String toString ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user