More faffing about.
- started making chat UI stuff - upgraded SimpleMap some to use the new Dictionary class - Lots of experimenting with attaching functions to interface implementations. I've upgraded to the new beta of Flex and it's giving me the pain. There's new compiler bugs and I am working blind right now. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3966 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -359,5 +359,13 @@ public class Client extends EventDispatcher
|
||||
|
||||
/** Ticks. */
|
||||
protected var _tickInterval :Timer;
|
||||
|
||||
// client observer constants
|
||||
internal static const CLIENT_DID_LOGON :int = 0;
|
||||
internal static const CLIENT_FAILED_TO_LOGON :int = 1;
|
||||
internal static const CLIENT_OBJECT_CHANGED :int = 2;
|
||||
internal static const CLIENT_CONNECTION_FAILED :int = 3;
|
||||
internal static const CLIENT_WILL_LOGOFF :int = 4;
|
||||
internal static const CLIENT_DID_LOGOFF :int = 5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,9 +93,9 @@ public class InvocationDirector
|
||||
Log.warning("Receiver unregistered for which we have no " +
|
||||
"id to code mapping [code=" + receiverCode + "].");
|
||||
} else {
|
||||
var decoder :Object = _receivers.remove(rreg.receiverId);
|
||||
var odecoder :Object = _receivers.remove(rreg.receiverId);
|
||||
// Log.info("Cleared receiver " +
|
||||
// StringUtil.shortClassName(decoder) +
|
||||
// StringUtil.shortClassName(odecoder) +
|
||||
// " " + rreg + ".");
|
||||
}
|
||||
_clobj.removeFromReceivers(receiverCode);
|
||||
|
||||
Reference in New Issue
Block a user