locationmanager/locationtrail/inc/cgpxconverterao.h
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
    98         void DoCancel();
    98         void DoCancel();
    99         
    99         
   100         /**
   100         /**
   101          * Adds temp-file and possible pre-calculated boundaries
   101          * Adds temp-file and possible pre-calculated boundaries
   102          * into processing queue
   102          * into processing queue
   103          * @param aFileName  The temp file name
       
   104          * @param aBoundaries The pre-calculated boundaries
       
   105          */
   103          */
   106         void AddToQueueL( const TDesC& aFileName, TBoundaries* aBoundaries = NULL );
   104         void AddToQueueL( const TDesC& aFileName, TBoundaries* aBoundaries = NULL );
   107         
   105         
   108         /**
   106         /**
   109          * Adds observer for GPX file creation notifications
   107          * Adds observer for GPX file creation notifications
   110          * @param aObserver  The observer that recieves the file creation notifications
       
   111          */
   108          */
   112         void AddObserver( MGpxConversionObserver* aObserver );
   109         void AddObserver( MGpxConversionObserver* aObserver );
   113 
   110 
   114     private:
   111     private:
   115 
   112 
   123          */
   120          */
   124         void ConstructL();
   121         void ConstructL();
   125         
   122         
   126         /**
   123         /**
   127          * Set next state for RunL
   124          * Set next state for RunL
   128          * @param aState The next processing state
       
   129          */
   125          */
   130         void SetState( TProcessingState aState );
   126         void SetState( TProcessingState aState );
   131         
   127         
   132         /**
   128         /**
   133          * Resolve where to save tracklog file
   129          * Resolve where to save tracklog file
   134          * aFileName The name of the file
       
   135          */
   130          */
   136         void GetTrackLogPathL( TDes& aFileName );
   131         void GetTrackLogPathL( TDes& aFileName );
   137         
   132         
   138         /**
   133         /**
   139          * Read Tag Id from temp-file
   134          * Read Tag Id from temp-file