- Added TokenRing

- Specify override first on overridden methods.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4170 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-06-05 21:28:00 +00:00
parent a442646791
commit 251566b321
66 changed files with 301 additions and 193 deletions
@@ -46,13 +46,13 @@ public class LocationDecoder extends InvocationDecoder
}
// documentation inherited
public override function getReceiverCode () :String
override public function getReceiverCode () :String
{
return RECEIVER_CODE;
}
// documentation inherited
public override function dispatchNotification (
override public function dispatchNotification (
methodId :int, args :Array) :void
{
switch (methodId) {
@@ -383,7 +383,7 @@ public class LocationDirector extends BasicDirector
}
// documentation inherited from interface
public override function clientDidLogon (event :ClientEvent) :void
override public function clientDidLogon (event :ClientEvent) :void
{
super.clientDidLogon(event);
@@ -404,7 +404,7 @@ public class LocationDirector extends BasicDirector
}
// documentation inherited
public override function clientDidLogoff (event :ClientEvent) :void
override public function clientDidLogoff (event :ClientEvent) :void
{
super.clientDidLogoff(event);
@@ -424,7 +424,7 @@ public class LocationDirector extends BasicDirector
}
// documentation inherited
protected override function fetchServices (client :Client) :void
override protected function fetchServices (client :Client) :void
{
// obtain our service handle
_lservice =
@@ -111,7 +111,7 @@ public class OccupantDirector extends BasicDirector
}
// documentation inherited
public override function clientDidLogoff (event :ClientEvent) :void
override public function clientDidLogoff (event :ClientEvent) :void
{
super.clientDidLogoff(event);
// clear things out