From c463b2d4b6614e01e7bad171581362ef41c0c9b2 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 8 Oct 2009 13:11:25 +0000 Subject: correction des bug connexion concurrente correction sur le ready message attente des deux endRegexp --- Ivy/IvyApplicationBinding.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy/IvyApplicationBinding.cs') diff --git a/Ivy/IvyApplicationBinding.cs b/Ivy/IvyApplicationBinding.cs index b5fe303..b8932c8 100644 --- a/Ivy/IvyApplicationBinding.cs +++ b/Ivy/IvyApplicationBinding.cs @@ -75,7 +75,7 @@ namespace IvyBus { } - public IvyApplicationBinding(BindingType type, string expression, params object[] args) + internal IvyApplicationBinding(BindingType type, string expression, params object[] args) { arguments = new Collection(); this.Binding = type; -- cgit v1.1