diff options
author | fcolin | 2007-02-01 10:04:57 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:04:57 +0000 |
commit | c748cb5439df661f8937e94865f1fb64edc55c78 (patch) | |
tree | 19c836b3e34b7d9af0d11bed8d2421825b37cb8f /CSharp/Ivy/IvyPerf/IvyPerf.cs | |
parent | ae52766384eb7dc5e2a2ace65662bd00e272940e (diff) | |
download | ivy-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)
Diffstat (limited to 'CSharp/Ivy/IvyPerf/IvyPerf.cs')
-rw-r--r-- | CSharp/Ivy/IvyPerf/IvyPerf.cs | 5 |
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 )
|