summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:56:02 +0000
committerfcolin2007-02-01 09:56:02 +0000
commitf329ea3ffe878d11ff4c5493ec8a7aa19fb3c697 (patch)
tree7a4f074273aa08bf7f6f52841adc357f92aed21e /CSharp
parentfc2323f276c1e45d7e854cfb4dbc73b276620470 (diff)
downloadivy-csharp-f329ea3ffe878d11ff4c5493ec8a7aa19fb3c697.zip
ivy-csharp-f329ea3ffe878d11ff4c5493ec8a7aa19fb3c697.tar.gz
ivy-csharp-f329ea3ffe878d11ff4c5493ec8a7aa19fb3c697.tar.bz2
ivy-csharp-f329ea3ffe878d11ff4c5493ec8a7aa19fb3c697.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)
Diffstat (limited to 'CSharp')
-rw-r--r--CSharp/Ivy/IvyPPC/Ivy.cs2
1 files changed, 1 insertions, 1 deletions
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;