From 428955245f6b5a388d187e7a4a33a823a192cd87 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:04:53 +0000 Subject: Utilisateur : Fcolin Date : 23/06/06 Heure : 15:34 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: bug sur ajout classe de messages avant init bus (vss 12) --- CSharp/Ivy/IvyPerf/IvyPerf.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.cs b/CSharp/Ivy/IvyPerf/IvyPerf.cs index fc40fdf..7505ca4 100644 --- a/CSharp/Ivy/IvyPerf/IvyPerf.cs +++ b/CSharp/Ivy/IvyPerf/IvyPerf.cs @@ -47,10 +47,10 @@ namespace IvyPerf int timeout = 1000; if (args.Length > 0) timeout = int.Parse(args[0]); + bus = new Ivy("IvyPerf", "IvyPref ready"); bus.SentMessageFilter.Add("ping"); bus.SentMessageFilter.Add("pong"); bus.SentMessageFilter.Add("IvyPref"); - bus = new Ivy("IvyPerf", "IvyPref ready"); bus.BindingFilter += new EventHandler(bus_BindingFilter); bus.AutoBinding(typeof(IvyPerf)); bus.Start(null); -- cgit v1.1