summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);