harvester/server/inc/harvesterao.h
branchRCL_3
changeset 34 9422ed56ee45
parent 30 3e156c80c15d
child 43 c5e73110f733
child 54 a3cc46f37772
--- a/harvester/server/inc/harvesterao.h	Wed Jun 09 10:09:20 2010 +0300
+++ b/harvester/server/inc/harvesterao.h	Mon Jun 21 16:09:02 2010 +0300
@@ -115,8 +115,6 @@
         	ERequestContainerPlaceholder
         	};
         	
-
-
         /**
          * Constructs a new harvesting thread
          *
@@ -302,6 +300,8 @@
         void MemoryGood();
         
         void RemoveBlacklistedFile( CHarvesterData* aItem );
+        
+        CHarvesterAO::TRequest GetHarvesterAORunState();
 		
     private:
         
@@ -585,6 +585,7 @@
         HBufC* iMmcSoundsPath;
         
         TBool iUnmountDetected;
+        TBool iPriorityInterruptDetected;
 	};
 	
 #endif //__CHARVESTERAO_H__