From 4bda7fccaa81ed92957e5ed92a120feb4d19787e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:58:23 +0000 Subject: Utilisateur : Fcolin Date : 23/01/06 Heure : 18:08 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 31) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs index 29e4e5d..a9d1cb8 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/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) { -- cgit v1.1