summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:04:57 +0000
committerfcolin2007-02-01 10:04:57 +0000
commitc748cb5439df661f8937e94865f1fb64edc55c78 (patch)
tree19c836b3e34b7d9af0d11bed8d2421825b37cb8f
parentae52766384eb7dc5e2a2ace65662bd00e272940e (diff)
downloadivy-csharp-c748cb5439df661f8937e94865f1fb64edc55c78.zip
ivy-csharp-c748cb5439df661f8937e94865f1fb64edc55c78.tar.gz
ivy-csharp-c748cb5439df661f8937e94865f1fb64edc55c78.tar.bz2
ivy-csharp-c748cb5439df661f8937e94865f1fb64edc55c78.tar.xz
Utilisateur : Fcolin Date : 4/07/06 Heure : 14:04 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: (vss 14)
-rw-r--r--CSharp/Ivy/IvyPerf/IvyPerf.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.cs b/CSharp/Ivy/IvyPerf/IvyPerf.cs
index 888be74..9d37883 100644
--- a/CSharp/Ivy/IvyPerf/IvyPerf.cs
+++ b/CSharp/Ivy/IvyPerf/IvyPerf.cs
@@ -52,7 +52,10 @@ namespace IvyPerf
bus.SentMessageFilter.Add("pong");
bus.SentMessageFilter.Add("IvyPref");
bus.BindingFilter += new EventHandler<IvyEventArgs>(bus_BindingFilter);
- bus.AutoBinding(typeof(IvyPerf));
+ //TODO how to autobind
+ //bus.BindAttibute(typeof(IvyPerf));
+ //TODO auto generation of testtarget ?? how to
+ //bus.BindMsg("test", new EventHandler<IvyMessageEventArgs>(testtarget));
bus.Start(null);
origin = currentTime();
while( true )