From 9faf3708bd1188de84ccf33c400bfdceefc7fd1b Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 5 Feb 2007 09:03:07 +0000 Subject: maintenance SVN /sourceSafe --- IvyPerf/IvyPerf.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'IvyPerf') diff --git a/IvyPerf/IvyPerf.cs b/IvyPerf/IvyPerf.cs index 9d37883..25afd6a 100644 --- a/IvyPerf/IvyPerf.cs +++ b/IvyPerf/IvyPerf.cs @@ -52,10 +52,8 @@ namespace IvyPerf bus.SentMessageFilter.Add("pong"); bus.SentMessageFilter.Add("IvyPref"); bus.BindingFilter += new EventHandler(bus_BindingFilter); - //TODO how to autobind - //bus.BindAttibute(typeof(IvyPerf)); //TODO auto generation of testtarget ?? how to - //bus.BindMsg("test", new EventHandler(testtarget)); + //bus.BindMsg("test", testtarget); bus.Start(null); origin = currentTime(); while( true ) -- cgit v1.1