From dc2e968315a4b85b5821d97b8725d5b5a48c1045 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:04:41 +0000 Subject: Utilisateur : Fcolin Date : 24/01/06 Heure : 15:44 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: (vss 6) --- CSharp/Ivy/IvyPerf/IvyPerf.cs | 4 ---- 1 file changed, 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 ) { -- cgit v1.1