diff options
author | fcolin | 2007-02-01 09:56:02 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:56:02 +0000 |
commit | f329ea3ffe878d11ff4c5493ec8a7aa19fb3c697 (patch) | |
tree | 7a4f074273aa08bf7f6f52841adc357f92aed21e | |
parent | fc2323f276c1e45d7e854cfb4dbc73b276620470 (diff) | |
download | ivy-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)
-rw-r--r-- | CSharp/Ivy/IvyPPC/Ivy.cs | 2 |
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;
|