summaryrefslogtreecommitdiff
path: root/Ivy/IvyApplication.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:00:49 +0000
committerfcolin2007-02-01 13:00:49 +0000
commite3e468ae17cea2149cf3b06bd64167459adf97c9 (patch)
treeb3592ff3084f8da3c600e1bee585894ded261714 /Ivy/IvyApplication.h
parent691f8caef0ed2b55a8e481d1dd62ff1fc36856c2 (diff)
downloadivy-cplusplus-e3e468ae17cea2149cf3b06bd64167459adf97c9.zip
ivy-cplusplus-e3e468ae17cea2149cf3b06bd64167459adf97c9.tar.gz
ivy-cplusplus-e3e468ae17cea2149cf3b06bd64167459adf97c9.tar.bz2
ivy-cplusplus-e3e468ae17cea2149cf3b06bd64167459adf97c9.tar.xz
Utilisateur : Fcolin Date : 14/02/03 Heure : 18:19 Archivé dans $/Bus/Ivy Commentaire: (vss 7)
Diffstat (limited to 'Ivy/IvyApplication.h')
-rw-r--r--Ivy/IvyApplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h
index 8549a30..e39e4a7 100644
--- a/Ivy/IvyApplication.h
+++ b/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();