--- a/locationmanager/locationtrail/inc/cgpxconverterao.h Wed Jun 23 18:41:19 2010 +0300
+++ b/locationmanager/locationtrail/inc/cgpxconverterao.h Tue Jul 06 14:44:37 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 );