summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/Ivy.h6
1 files changed, 4 insertions, 2 deletions
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;
};