--- a/locationmanager/locationtrail/inc/cgpxconverterao.h Wed Sep 15 12:40:59 2010 +0300
+++ b/locationmanager/locationtrail/inc/cgpxconverterao.h Wed Oct 13 15:02:02 2010 +0300
@@ -100,14 +100,11 @@
/**
* 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 );
@@ -125,13 +122,11 @@
/**
* 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 );