From c20e4834742ba86360be15092e34d34845083073 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:57:15 +0000 Subject: Utilisateur : Fcolin Date : 6/01/03 Heure : 14:47 Archivé dans $/Bus/Ivy Commentaire: (vss 9) --- Ivy/Ivy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.1