diff options
author | fcolin | 2007-02-01 09:47:27 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:47:27 +0000 |
commit | ab34b835deb078b3124a87e7c50d52fec52caf31 (patch) | |
tree | be72c30e126dbacfe39f03d5144c5a4a11e4532d | |
parent | d4bba968dfe0f96caee49777598352808481c581 (diff) | |
download | ivy-csharp-ab34b835deb078b3124a87e7c50d52fec52caf31.zip ivy-csharp-ab34b835deb078b3124a87e7c50d52fec52caf31.tar.gz ivy-csharp-ab34b835deb078b3124a87e7c50d52fec52caf31.tar.bz2 ivy-csharp-ab34b835deb078b3124a87e7c50d52fec52caf31.tar.xz |
Utilisateur : Fcolin Date : 9/06/06 Heure : 15:53 Archivé dans $/CSharp/Ivy/Ivy Commentaire: renommage FireMessage (vss 46)
-rw-r--r-- | CSharp/Ivy/Ivy/IvyClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/Ivy/IvyClient.cs b/CSharp/Ivy/Ivy/IvyClient.cs index 7f2c838..a207974 100644 --- a/CSharp/Ivy/Ivy/IvyClient.cs +++ b/CSharp/Ivy/Ivy/IvyClient.cs @@ -426,7 +426,7 @@ namespace IvyBus }
void IvyProtocol.TokenMsg(ushort id, string[] args)
{
- bus.FireCallback(new IvyMessageEventArgs(this, id, args));
+ bus.OnMessage(new IvyMessageEventArgs(this, id, args));
}
void IvyProtocol.TokenError(ushort id, string arg)
{
|