harvester/server/inc/harvesterao.h
branchRCL_3
changeset 53 29d87345eaeb
parent 50 85f623e1ef41
child 63 e538444823de
equal deleted inserted replaced
50:85f623e1ef41 53:29d87345eaeb
    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>
    24 
    26 
    25 #include "contextengine.h"
    27 #include "contextengine.h"
    26 #include "mdeharvestersession.h"
    28 #include "mdeharvestersession.h"
    27 
    29 
    28 #include "harvesterplugin.h"
    30 #include "harvesterplugin.h"
   582         
   584         
   583         HBufC* iPhoneSoundsPath;
   585         HBufC* iPhoneSoundsPath;
   584         HBufC* iMmcSoundsPath;
   586         HBufC* iMmcSoundsPath;
   585         
   587         
   586         TBool iUnmountDetected;
   588         TBool iUnmountDetected;
       
   589         TBool iUnmountHandlingOngoing;
   587         TBool iPriorityInterruptDetected;
   590         TBool iPriorityInterruptDetected;
       
   591         
       
   592         RLocationObjectManipulator iLocManipulator;
       
   593         TBool iLocManipulatorConnected;
   588 	};
   594 	};
   589 	
   595 	
   590 #endif //__CHARVESTERAO_H__
   596 #endif //__CHARVESTERAO_H__