diff -r c5e73110f733 -r 1389872e7c51 harvester/server/inc/harvesterao.h --- 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 #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__