summaryrefslogtreecommitdiff
path: root/Bus/Ivy/Ivy.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:57:37 +0000
committerfcolin2007-02-01 12:57:37 +0000
commit702a84dc884d7b9edd17522108b1996d66e76bca (patch)
tree09c91e9c65701f0c53753508e9646e69efd77273 /Bus/Ivy/Ivy.h
parent3f2c68b3e471ce2146f338d98ccea61de56a8140 (diff)
downloadivy-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)
Diffstat (limited to 'Bus/Ivy/Ivy.h')
-rw-r--r--Bus/Ivy/Ivy.h6
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;
};