diff options
author | fcolin | 2007-02-01 12:57:37 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:37 +0000 |
commit | 702a84dc884d7b9edd17522108b1996d66e76bca (patch) | |
tree | 09c91e9c65701f0c53753508e9646e69efd77273 | |
parent | 3f2c68b3e471ce2146f338d98ccea61de56a8140 (diff) | |
download | ivy-cplusplus-702a84dc884d7b9edd17522108b1996d66e76bca.zip ivy-cplusplus-702a84dc884d7b9edd17522108b1996d66e76bca.tar.gz ivy-cplusplus-702a84dc884d7b9edd17522108b1996d66e76bca.tar.bz2 ivy-cplusplus-702a84dc884d7b9edd17522108b1996d66e76bca.tar.xz |
Utilisateur : Fcolin Date : 9/08/06 Heure : 16:02 Archivé dans $/Bus/Ivy Commentaire: (vss 20)
-rw-r--r-- | Bus/Ivy/Ivy.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h index fe204f7..9bf137b 100644 --- a/Bus/Ivy/Ivy.h +++ b/Bus/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;
};
|