From 1c9db09141be61792996e21ed2f534c6a1e8eb5e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:57:37 +0000 Subject: Utilisateur : Fcolin Date : 9/08/06 Heure : 16:02 Archivé dans $/Bus/Ivy Commentaire: (vss 20) --- Ivy/Ivy.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Ivy/Ivy.h') diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h index fe204f7..9bf137b 100644 --- a/Ivy/Ivy.h +++ b/Ivy/Ivy.h @@ -88,6 +88,10 @@ protected: void CallMessageCallback( IvyApplication *app, int id, int argc, const char **argv ); const char *GenApplicationUniqueIdentifier(); + + /* message a emettre sur connection nouvelle application */ + ivy::string ready_message; + public: void SetBindCallback( IvyBindingCallback* bind_callback ); @@ -108,8 +112,6 @@ public: void stop(); virtual ~Ivy(); - /* message a emettre sur connection nouvelle application */ - ivy::string ready_message; }; -- cgit v1.1