summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:44:03 +0000
committerfcolin2007-02-01 09:44:03 +0000
commitb74049e6a75659b3f66e830876a242276f8c67be (patch)
treef1e61f8cd3a33dfd29e5514d8eaa7b93399fc93e
parentae1dd2b94fdcd2a9aba03bc5ea441ce2c56e3d08 (diff)
downloadivy-csharp-b74049e6a75659b3f66e830876a242276f8c67be.zip
ivy-csharp-b74049e6a75659b3f66e830876a242276f8c67be.tar.gz
ivy-csharp-b74049e6a75659b3f66e830876a242276f8c67be.tar.bz2
ivy-csharp-b74049e6a75659b3f66e830876a242276f8c67be.tar.xz
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)
-rw-r--r--CSharp/Ivy/Ivy/Ivy.cs2
1 files changed, 1 insertions, 1 deletions
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;