From f329ea3ffe878d11ff4c5493ec8a7aa19fb3c697 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:56:02 +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/IvyPPC/Ivy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp') diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index 1cffc1b..17a388e 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/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