summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:46:57 +0000
committerfcolin2007-02-01 09:46:57 +0000
commitec4384a6d8baa1d79bad9fc9622e84716dd444a9 (patch)
tree52a29492085336f5d24ddaea3f54484579b9585e /CSharp/Ivy
parent5c465742e1744d108d881879118e47b2ec0d4003 (diff)
downloadivy-csharp-ec4384a6d8baa1d79bad9fc9622e84716dd444a9.zip
ivy-csharp-ec4384a6d8baa1d79bad9fc9622e84716dd444a9.tar.gz
ivy-csharp-ec4384a6d8baa1d79bad9fc9622e84716dd444a9.tar.bz2
ivy-csharp-ec4384a6d8baa1d79bad9fc9622e84716dd444a9.tar.xz
Utilisateur : Fcolin Date : 23/01/06 Heure : 18:08 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 31)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r--CSharp/Ivy/Ivy/IvyClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/CSharp/Ivy/Ivy/IvyClient.cs b/CSharp/Ivy/Ivy/IvyClient.cs
index 29e4e5d..a9d1cb8 100644
--- a/CSharp/Ivy/Ivy/IvyClient.cs
+++ b/CSharp/Ivy/Ivy/IvyClient.cs
@@ -451,8 +451,8 @@ namespace IvyBus
* the peer is perhaps not ready to handle this message
* an assymetric processing should be written
*/
- if (bus.ready_message != null)
- sendMsg(bus.ready_message);
+ if (bus.ReadyMessage != null)
+ sendMsg(bus.ReadyMessage);
}
override internal void TokenStartRegexp(ushort id, string arg)
{