diff -r 3a60ebea00d0 -r cd0ae4656946 uiacceltk/hitchcock/goommonitor/inc/goomactionref.h --- a/uiacceltk/hitchcock/goommonitor/inc/goomactionref.h Wed Jun 09 10:41:25 2010 +0300 +++ b/uiacceltk/hitchcock/goommonitor/inc/goomactionref.h Mon Jun 21 16:41:52 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_*/