diff -r 4a4892eec172 -r 3e156c80c15d harvester/server/inc/harvesterao.h --- a/harvester/server/inc/harvesterao.h Tue May 25 13:10:05 2010 +0300 +++ b/harvester/server/inc/harvesterao.h Wed Jun 09 10:09:20 2010 +0300 @@ -522,6 +522,9 @@ /** */ RPointerArray iContainerPHArray; + + /** */ + RPointerArray iTempReadyPHArray; /** * Pointer to process origin mapper for registering mappings. @@ -580,6 +583,8 @@ HBufC* iPhoneSoundsPath; HBufC* iMmcSoundsPath; + + TBool iUnmountDetected; }; #endif //__CHARVESTERAO_H__