summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:57:15 +0000
committerfcolin2007-02-01 12:57:15 +0000
commit3b7c3fe19a7f9c928da6f3f6202984c8b5fbcc6e (patch)
tree3f7193426f7f6f55c3c392fa8524827be5fe1319
parent98874844054ba44a2cce5df85bf858e33d7791f9 (diff)
downloadivy-cplusplus-3b7c3fe19a7f9c928da6f3f6202984c8b5fbcc6e.zip
ivy-cplusplus-3b7c3fe19a7f9c928da6f3f6202984c8b5fbcc6e.tar.gz
ivy-cplusplus-3b7c3fe19a7f9c928da6f3f6202984c8b5fbcc6e.tar.bz2
ivy-cplusplus-3b7c3fe19a7f9c928da6f3f6202984c8b5fbcc6e.tar.xz
Utilisateur : Fcolin Date : 6/01/03 Heure : 14:47 Archivé dans $/Bus/Ivy Commentaire: (vss 9)
-rw-r--r--Bus/Ivy/Ivy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h
index 07e18fe..c861fae 100644
--- a/Bus/Ivy/Ivy.h
+++ b/Bus/Ivy/Ivy.h
@@ -52,7 +52,7 @@ class IvyApplication;
class Ivy
{
private:
-
+ int regexp_id;
unsigned int applicationPort;
void SendSubscriptions(IvyApplication *app);
@@ -81,6 +81,7 @@ public:
const char *GetDomain(const char *domainlist);
unsigned int GetApplicationPort();
int BindMsg( const char *regexp, IvyMessageCallback *cb );
+ int BindMsg( IvyMessageCallback *cb, const char *regexp, ... );
void UnbindMsg( int id );
Ivy( const char *name, const char* ready, IvyApplicationCallback *callback, bool Synchronous = true );
void start(const char *domain);