harvester/server/inc/harvesterao.h
changeset 35 f727727520eb
parent 31 81125601ee77
child 43 c5e73110f733
child 54 a3cc46f37772
--- a/harvester/server/inc/harvesterao.h	Fri Jun 11 14:04:21 2010 +0300
+++ b/harvester/server/inc/harvesterao.h	Wed Jun 23 18:41:19 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__