harvester/server/inc/harvesterao.h
branchRCL_3
changeset 50 85f623e1ef41
parent 49 f23c07ec56e2
child 53 29d87345eaeb
equal deleted inserted replaced
49:f23c07ec56e2 50:85f623e1ef41
    19 #define __CHARVESTERAO_H__
    19 #define __CHARVESTERAO_H__
    20 
    20 
    21 #include <e32cmn.h>
    21 #include <e32cmn.h>
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <badesca.h>
    23 #include <badesca.h>
    24 
       
    25 #include <rlocationobjectmanipulator.h>
       
    26 
    24 
    27 #include "contextengine.h"
    25 #include "contextengine.h"
    28 #include "mdeharvestersession.h"
    26 #include "mdeharvestersession.h"
    29 
    27 
    30 #include "harvesterplugin.h"
    28 #include "harvesterplugin.h"
   584         
   582         
   585         HBufC* iPhoneSoundsPath;
   583         HBufC* iPhoneSoundsPath;
   586         HBufC* iMmcSoundsPath;
   584         HBufC* iMmcSoundsPath;
   587         
   585         
   588         TBool iUnmountDetected;
   586         TBool iUnmountDetected;
   589         TBool iUnmountHandlingOngoing;
       
   590         TBool iPriorityInterruptDetected;
   587         TBool iPriorityInterruptDetected;
   591         
       
   592         RLocationObjectManipulator iLocManipulator;
       
   593         TBool iLocManipulatorConnected;
       
   594 	};
   588 	};
   595 	
   589 	
   596 #endif //__CHARVESTERAO_H__
   590 #endif //__CHARVESTERAO_H__