summaryrefslogtreecommitdiff
path: root/IvyPerf
diff options
context:
space:
mode:
authorfcolin2007-02-05 09:03:07 +0000
committerfcolin2007-02-05 09:03:07 +0000
commit9faf3708bd1188de84ccf33c400bfdceefc7fd1b (patch)
treebd3b20d16db7be4d3e52c1dc3903125a7403fa5f /IvyPerf
parent323d81860b443cac4d9367fa2efa8cae8028615f (diff)
downloadivy-csharp-9faf3708bd1188de84ccf33c400bfdceefc7fd1b.zip
ivy-csharp-9faf3708bd1188de84ccf33c400bfdceefc7fd1b.tar.gz
ivy-csharp-9faf3708bd1188de84ccf33c400bfdceefc7fd1b.tar.bz2
ivy-csharp-9faf3708bd1188de84ccf33c400bfdceefc7fd1b.tar.xz
maintenance SVN /sourceSafe
Diffstat (limited to 'IvyPerf')
-rw-r--r--IvyPerf/IvyPerf.cs4
1 files changed, 1 insertions, 3 deletions
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<IvyEventArgs>(bus_BindingFilter);
- //TODO how to autobind
- //bus.BindAttibute(typeof(IvyPerf));
//TODO auto generation of testtarget ?? how to
- //bus.BindMsg("test", new EventHandler<IvyMessageEventArgs>(testtarget));
+ //bus.BindMsg("test", testtarget);
bus.Start(null);
origin = currentTime();
while( true )