From b74049e6a75659b3f66e830876a242276f8c67be Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:44:03 +0000 Subject: Utilisateur : Fcolin Date : 19/04/06 Heure : 11:41 Archivé dans $/CSharp/Ivy/Ivy Commentaire: correction coherent type bin ID sur bind unbind (vss 63) --- CSharp/Ivy/Ivy/Ivy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Ivy/Ivy/Ivy.cs b/CSharp/Ivy/Ivy/Ivy.cs index 1cffc1b..17a388e 100644 --- a/CSharp/Ivy/Ivy/Ivy.cs +++ b/CSharp/Ivy/Ivy/Ivy.cs @@ -621,7 +621,7 @@ namespace IvyBus return bindMsg( regexp, callback, null); } #endif - public int bindMsg(string regexp, MessageHandler callback, params object[] args) + public ushort bindMsg(string regexp, MessageHandler callback, params object[] args) { // creates a new binding (regexp,callback) ApplicationBinding newbind; -- cgit v1.1