summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();