diff options
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyPerf/IvyPerf.cs | 4 |
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 )
{
|