diff options
author | fcolin | 2007-02-01 13:00:49 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:00:49 +0000 |
commit | 4cc2af2110e89135c973e5ccd14195a9c265b1cc (patch) | |
tree | 65d0c978cdfa244a9d0642bf00106f1247e7111a | |
parent | 1873fbaa6c4567536840f0f6847b547d7f72ed4d (diff) | |
download | ivy-cplusplus-4cc2af2110e89135c973e5ccd14195a9c265b1cc.zip ivy-cplusplus-4cc2af2110e89135c973e5ccd14195a9c265b1cc.tar.gz ivy-cplusplus-4cc2af2110e89135c973e5ccd14195a9c265b1cc.tar.bz2 ivy-cplusplus-4cc2af2110e89135c973e5ccd14195a9c265b1cc.tar.xz |
Utilisateur : Fcolin Date : 14/02/03 Heure : 18:19 Archivé dans $/Bus/Ivy Commentaire: (vss 7)
-rw-r--r-- | Bus/Ivy/IvyApplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyApplication.h b/Bus/Ivy/IvyApplication.h index 8549a30..e39e4a7 100644 --- a/Bus/Ivy/IvyApplication.h +++ b/Bus/Ivy/IvyApplication.h @@ -42,6 +42,7 @@ public: BOOL SameApplication( IvyApplication *app );
UINT remoteService;
const char *GetName(void);
+ inline Ivy *GetBus(void){ return bus;};
int SendMsg( const char *message );
void SendMsg( MsgType msg, int id, const char * arg = NULL);
UINT Create();
|