diff options
author | fcolin | 2007-02-01 12:57:37 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:37 +0000 |
commit | 1c9db09141be61792996e21ed2f534c6a1e8eb5e (patch) | |
tree | 9b6592b8b3c624ac64eed35a7df2efbd02721567 /Ivy/Ivy.h | |
parent | c09ff411bfd2401bf1e62ed457c2460ffa338f9e (diff) | |
download | ivy-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.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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;
};
|