summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:04:41 +0000
committerfcolin2007-02-01 10:04:41 +0000
commitdc2e968315a4b85b5821d97b8725d5b5a48c1045 (patch)
treeecb8cc050d2de6e1e087231de0ad6f52b464a43f
parent8d737772a37a0639df6b2a366256dca9bdf6fb68 (diff)
downloadivy-csharp-dc2e968315a4b85b5821d97b8725d5b5a48c1045.zip
ivy-csharp-dc2e968315a4b85b5821d97b8725d5b5a48c1045.tar.gz
ivy-csharp-dc2e968315a4b85b5821d97b8725d5b5a48c1045.tar.bz2
ivy-csharp-dc2e968315a4b85b5821d97b8725d5b5a48c1045.tar.xz
Utilisateur : Fcolin Date : 24/01/06 Heure : 15:44 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: (vss 6)
-rw-r--r--CSharp/Ivy/IvyPerf/IvyPerf.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.cs b/CSharp/Ivy/IvyPerf/IvyPerf.cs
index 893a44b..b82f449 100644
--- a/CSharp/Ivy/IvyPerf/IvyPerf.cs
+++ b/CSharp/Ivy/IvyPerf/IvyPerf.cs
@@ -43,10 +43,6 @@ namespace IvyPerf
bus = new Ivy("IvyPerf", "IvyPref ready");
bus.AutoBinding(typeof(IvyPerf));
- //bus.bindMsg( "^ping ts=(.*)", new Ivy.MessageHandler( Reply ) );
- //bus.bindMsg( "^pong ts=(.*) tr=(.*)", new Ivy.MessageHandler( Pong ) );
- //bus.bindSimpleMsg( "ping:ts", new Ivy.MessageHandler( Reply ) );
- //bus.bindSimpleMsg( "pong:ts,tr", new Ivy.MessageHandler( Pong ) );
bus.start(null);
while( true )
{