Added missing methods.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4285 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -15,6 +15,16 @@ public /* abstract */ class Credentials
|
||||
_username = username;
|
||||
}
|
||||
|
||||
public function getUsername () :Name
|
||||
{
|
||||
return _username;
|
||||
}
|
||||
|
||||
public function setUsername (name :Name) :void
|
||||
{
|
||||
_username = name;
|
||||
}
|
||||
|
||||
// documentation inherited from interface Streamable
|
||||
public function writeObject (out :ObjectOutputStream) :void
|
||||
//throws IOError
|
||||
|
||||
Reference in New Issue
Block a user