diff -r b73252188534 -r f23c07ec56e2 harvester/server/inc/harvesterao.h --- a/harvester/server/inc/harvesterao.h Thu Aug 19 10:20:41 2010 +0300 +++ b/harvester/server/inc/harvesterao.h Tue Aug 31 15:37:30 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__