diff -r 85f623e1ef41 -r 29d87345eaeb harvester/server/inc/harvesterao.h --- a/harvester/server/inc/harvesterao.h Wed Sep 01 12:24:24 2010 +0100 +++ b/harvester/server/inc/harvesterao.h Tue Sep 14 22:10:25 2010 +0300 @@ -22,6 +22,8 @@ #include #include +#include + #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__