locationmanager/locationtrail/inc/cgpxconverterao.h
branchRCL_3
changeset 19 b73252188534
parent 12 9f21bab39f42
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
    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
   103          */
   105          */
   104         void AddToQueueL( const TDesC& aFileName, TBoundaries* aBoundaries = NULL );
   106         void AddToQueueL( const TDesC& aFileName, TBoundaries* aBoundaries = NULL );
   105         
   107         
   106         /**
   108         /**
   107          * Adds observer for GPX file creation notifications
   109          * Adds observer for GPX file creation notifications
       
   110          * @param aObserver  The observer that recieves the file creation notifications
   108          */
   111          */
   109         void AddObserver( MGpxConversionObserver* aObserver );
   112         void AddObserver( MGpxConversionObserver* aObserver );
   110 
   113 
   111     private:
   114     private:
   112 
   115 
   120          */
   123          */
   121         void ConstructL();
   124         void ConstructL();
   122         
   125         
   123         /**
   126         /**
   124          * Set next state for RunL
   127          * Set next state for RunL
       
   128          * @param aState The next processing state
   125          */
   129          */
   126         void SetState( TProcessingState aState );
   130         void SetState( TProcessingState aState );
   127         
   131         
   128         /**
   132         /**
   129          * Resolve where to save tracklog file
   133          * Resolve where to save tracklog file
       
   134          * aFileName The name of the file
   130          */
   135          */
   131         void GetTrackLogPathL( TDes& aFileName );
   136         void GetTrackLogPathL( TDes& aFileName );
   132         
   137         
   133         /**
   138         /**
   134          * Read Tag Id from temp-file
   139          * Read Tag Id from temp-file