uiacceltk/hitchcock/goommonitor/inc/goomactionref.h
branchRCL_3
changeset 15 cd0ae4656946
parent 3 d8a3531bc6b8
--- 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_*/