diff options
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/IvyApplication.h | 1 |
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();
|