harvester/server/inc/harvesterao.h
changeset 48 1389872e7c51
parent 43 c5e73110f733
child 50 85f623e1ef41
--- a/harvester/server/inc/harvesterao.h	Fri Aug 06 09:56:02 2010 +0300
+++ b/harvester/server/inc/harvesterao.h	Mon Aug 23 13:33:21 2010 +0300
@@ -22,6 +22,8 @@
 #include <e32base.h>
 #include <badesca.h>
 
+#include <rlocationobjectmanipulator.h>
+
 #include "contextengine.h"
 #include "mdeharvestersession.h"
 
@@ -584,7 +586,11 @@
         HBufC* iMmcSoundsPath;
         
         TBool iUnmountDetected;
+        TBool iUnmountHandlingOngoing;
         TBool iPriorityInterruptDetected;
+        
+        RLocationObjectManipulator iLocManipulator;
+        TBool iLocManipulatorConnected;
 	};
 	
 #endif //__CHARVESTERAO_H__