diff -r b80cfcbd075a -r 95d73125a086 uiacceltk/hitchcock/goommonitor/inc/goomactionref.h --- a/uiacceltk/hitchcock/goommonitor/inc/goomactionref.h Wed Jun 23 19:14:05 2010 +0300 +++ b/uiacceltk/hitchcock/goommonitor/inc/goomactionref.h Tue Jul 06 15:18:10 2010 +0300 @@ -23,6 +23,7 @@ #include "goomactionconfig.h" class CGOomRunPlugin; +class CGOomAction; /** * Encapsulates a reference to an action. @@ -61,6 +62,7 @@ CGOomRunPlugin& RunPlugin(); TInt CloseTimeout() const; TInt WaitAfterClose() const; + TBool IsRunning(); private: //data @@ -73,6 +75,8 @@ CGOomRunPlugin* iRunPlugin; //For Plugins. Not owned TInt iCloseTimeout; //For AppClose TInt iWaitAfterClose; //For AppClose +public: + CGOomAction* iAppPlugin; // because of stupid desing, not owned }; #endif /*GOOMACTIONREF_H_*/