locationrequestmgmt/locationserver/src/EPos_CPositionRequest.cpp
branchRCL_3
changeset 9 8ffb8a35ea2f
parent 0 9cfd9a3ee49c
child 27 aadfb18aaac1
child 48 81c9bee26a45
--- a/locationrequestmgmt/locationserver/src/EPos_CPositionRequest.cpp	Sat Feb 20 00:14:00 2010 +0200
+++ b/locationrequestmgmt/locationserver/src/EPos_CPositionRequest.cpp	Fri Mar 12 15:50:23 2010 +0200
@@ -30,6 +30,11 @@
 
 //TODO Verify
 #include "EPos_CPosLocMonitorReqHandlerHub.h"
+#include "OstTraceDefinitions.h"
+#ifdef OST_TRACE_COMPILER_IN_USE
+#include "EPos_CPositionRequestTraces.h"
+#endif
+
 
 
 
@@ -435,6 +440,7 @@
  */
 void CPositionRequest::DoCancel()
     {
+    OstTraceFunctionEntry1( CPOSITIONREQUEST_DOCANCEL_ENTRY, this );
     LBS_RDEBUG_VAR_INT("CPositionRequest::DoCancel() iRequestPhase", iRequestPhase);
     iTimeoutTimer->Cancel();
 
@@ -482,6 +488,7 @@
         }
 
     iRequestPhase = EPosReqInactive;
+    OstTraceFunctionExit1( CPOSITIONREQUEST_DOCANCEL_EXIT, this );
     }