locationmanager/server/inc/clocationmanagerserver.h
branchRCL_3
changeset 8 6752808b2036
parent 1 acef663c1218
child 14 646a02f170b9
equal deleted inserted replaced
3:b73a2e62868f 8:6752808b2036
   385      * @return Error code
   385      * @return Error code
   386      */
   386      */
   387     static TInt PositioningStopTimeout( TAny* aAny );
   387     static TInt PositioningStopTimeout( TAny* aAny );
   388     
   388     
   389     /**
   389     /**
       
   390      * Callback function to check if files were added to remapping queue with delay
       
   391      * @param aAny, a pointer to CLocationRecord object
       
   392      * @return Error code
       
   393      */
       
   394     static TInt CheckForRemappingCallback( TAny* aAny );
       
   395     
       
   396     /**
   390      * Stops location trail and deletes the positioning stop timer.
   397      * Stops location trail and deletes the positioning stop timer.
   391      */
   398      */
   392     void StopRecording();
   399     void StopRecording();
   393     
   400     
   394     void CompleteNotifyRequest( TEventTypes aEventType, TInt aError );
   401     void CompleteNotifyRequest( TEventTypes aEventType, TInt aError );
   454     TBool iSessionReady;  
   461     TBool iSessionReady;  
   455     
   462     
   456     RArray<TItemId> iTargetObjectIds;
   463     RArray<TItemId> iTargetObjectIds;
   457     TItemId iTagId;
   464     TItemId iTagId;
   458     TInt iLocManStopDelay;
   465     TInt iLocManStopDelay;
       
   466     TInt iLocManStopRemapDelay;
   459     
   467     
   460     RLocationTrail::TTrailCaptureSetting iCaptureSetting;
   468     RLocationTrail::TTrailCaptureSetting iCaptureSetting;
   461     TBool iRemoveLocation;    
   469     TBool iRemoveLocation;    
   462     };
   470     };
   463 
   471