summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:58:23 +0000
committerfcolin2007-02-01 09:58:23 +0000
commit4bda7fccaa81ed92957e5ed92a120feb4d19787e (patch)
tree40189f6588639eeb83f1e1f2ecee1e217dfa93f5 /CSharp/Ivy/IvyPPC/IvyClient.cs
parentd9efec7f8c45489fc10202d9497582022de7b086 (diff)
downloadivy-csharp-4bda7fccaa81ed92957e5ed92a120feb4d19787e.zip
ivy-csharp-4bda7fccaa81ed92957e5ed92a120feb4d19787e.tar.gz
ivy-csharp-4bda7fccaa81ed92957e5ed92a120feb4d19787e.tar.bz2
ivy-csharp-4bda7fccaa81ed92957e5ed92a120feb4d19787e.tar.xz
Utilisateur : Fcolin Date : 23/01/06 Heure : 18:08 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 31)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs4
1 files changed, 2 insertions, 2 deletions
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)
{