summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:47:27 +0000
committerfcolin2007-02-01 09:47:27 +0000
commitab34b835deb078b3124a87e7c50d52fec52caf31 (patch)
treebe72c30e126dbacfe39f03d5144c5a4a11e4532d /CSharp
parentd4bba968dfe0f96caee49777598352808481c581 (diff)
downloadivy-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)
Diffstat (limited to 'CSharp')
-rw-r--r--CSharp/Ivy/Ivy/IvyClient.cs2
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)
{