summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:57:15 +0000
committerfcolin2007-02-01 12:57:15 +0000
commitc20e4834742ba86360be15092e34d34845083073 (patch)
tree6cf336c1048ee3cb4757011c25d521c0ce017511 /Ivy/Ivy.h
parent068c8777dab6cae18e85f08d8d2425ffcfec0cf7 (diff)
downloadivy-cplusplus-c20e4834742ba86360be15092e34d34845083073.zip
ivy-cplusplus-c20e4834742ba86360be15092e34d34845083073.tar.gz
ivy-cplusplus-c20e4834742ba86360be15092e34d34845083073.tar.bz2
ivy-cplusplus-c20e4834742ba86360be15092e34d34845083073.tar.xz
Utilisateur : Fcolin Date : 6/01/03 Heure : 14:47 Archivé dans $/Bus/Ivy Commentaire: (vss 9)
Diffstat (limited to 'Ivy/Ivy.h')
-rw-r--r--Ivy/Ivy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h
index 07e18fe..c861fae 100644
--- a/Ivy/Ivy.h
+++ b/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);