locationmanager/locationtrail/src/ctracklog.cpp
branchRCL_3
changeset 6 646a02f170b9
parent 1 acef663c1218
child 8 50de4d668bb6
--- a/locationmanager/locationtrail/src/ctracklog.cpp	Fri Feb 19 23:14:48 2010 +0200
+++ b/locationmanager/locationtrail/src/ctracklog.cpp	Fri Mar 12 15:44:28 2010 +0200
@@ -65,7 +65,7 @@
 	{
 	}
 
-CTrackLog::~CTrackLog()
+EXPORT_C CTrackLog::~CTrackLog()
 	{
 	delete iGpxConverter;
 	iFs.Close();
@@ -137,7 +137,7 @@
 	}
 
 void CTrackLog::LocationAdded( const TLocationTrailItem& aTrailItem, 
-							   const TPositionSatelliteInfo& aSatellites )
+							   const TPositionSatelliteInfo& aSatellites ) __SOFTFP
 	{
 	LOG("CTrackLog::LocationAdded start");
 
@@ -231,7 +231,7 @@
 			User::Leave( err );
 			}
 		writer << I64LOW( iTagId );
-		writer << I64HIGH( iTagId );
+		writer << I64HIGH( iTagId ); // Causes compiler warning due to misinterpretation by compiler parser
 		}
 	else 
 		{