summaryrefslogtreecommitdiff
path: root/Ivy/IvyApplicationBinding.cs
diff options
context:
space:
mode:
authorfcolin2009-10-08 13:11:25 +0000
committerfcolin2009-10-08 13:11:25 +0000
commitc463b2d4b6614e01e7bad171581362ef41c0c9b2 (patch)
tree5b70ba5ee4af8ded66f81967dda78eab5fb878f2 /Ivy/IvyApplicationBinding.cs
parent3e0c593975420de3fd87013d99f9a8c3a8eecf8a (diff)
downloadivy-csharp-c463b2d4b6614e01e7bad171581362ef41c0c9b2.zip
ivy-csharp-c463b2d4b6614e01e7bad171581362ef41c0c9b2.tar.gz
ivy-csharp-c463b2d4b6614e01e7bad171581362ef41c0c9b2.tar.bz2
ivy-csharp-c463b2d4b6614e01e7bad171581362ef41c0c9b2.tar.xz
correction des bug connexion concurrente
correction sur le ready message attente des deux endRegexp
Diffstat (limited to 'Ivy/IvyApplicationBinding.cs')
-rw-r--r--Ivy/IvyApplicationBinding.cs2
1 files changed, 1 insertions, 1 deletions
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<string>();
this.Binding = type;