locationmanager/locationtrail/inc/cgpxconverterao.h
branchRCL_3
changeset 19 b73252188534
parent 12 9f21bab39f42
--- a/locationmanager/locationtrail/inc/cgpxconverterao.h	Thu Jul 15 19:07:24 2010 +0300
+++ b/locationmanager/locationtrail/inc/cgpxconverterao.h	Thu Aug 19 10:20:41 2010 +0300
@@ -100,11 +100,14 @@
         /**
          * Adds temp-file and possible pre-calculated boundaries
          * into processing queue
+         * @param aFileName  The temp file name
+         * @param aBoundaries The pre-calculated boundaries
          */
         void AddToQueueL( const TDesC& aFileName, TBoundaries* aBoundaries = NULL );
         
         /**
          * Adds observer for GPX file creation notifications
+         * @param aObserver  The observer that recieves the file creation notifications
          */
         void AddObserver( MGpxConversionObserver* aObserver );
 
@@ -122,11 +125,13 @@
         
         /**
          * Set next state for RunL
+         * @param aState The next processing state
          */
         void SetState( TProcessingState aState );
         
         /**
          * Resolve where to save tracklog file
+         * aFileName The name of the file
          */
         void GetTrackLogPathL( TDes& aFileName );