summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:57:37 +0000
committerfcolin2007-02-01 12:57:37 +0000
commit1c9db09141be61792996e21ed2f534c6a1e8eb5e (patch)
tree9b6592b8b3c624ac64eed35a7df2efbd02721567 /Ivy/Ivy.h
parentc09ff411bfd2401bf1e62ed457c2460ffa338f9e (diff)
downloadivy-cplusplus-1c9db09141be61792996e21ed2f534c6a1e8eb5e.zip
ivy-cplusplus-1c9db09141be61792996e21ed2f534c6a1e8eb5e.tar.gz
ivy-cplusplus-1c9db09141be61792996e21ed2f534c6a1e8eb5e.tar.bz2
ivy-cplusplus-1c9db09141be61792996e21ed2f534c6a1e8eb5e.tar.xz
Utilisateur : Fcolin Date : 9/08/06 Heure : 16:02 Archivé dans $/Bus/Ivy Commentaire: (vss 20)
Diffstat (limited to 'Ivy/Ivy.h')
-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;
};