traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_disabled.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_disabled.cpp	Tue Aug 31 16:57:14 2010 +0300
+++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_disabled.cpp	Wed Sep 01 12:39:58 2010 +0100
@@ -32,7 +32,7 @@
 #include "te_perfstackinfo.h"
 #include "te_dataparameters.h"
 #include "sanity/te_perfsanityhelpers.h"
-#include "te_ctor.h"
+
 
 
 
@@ -661,7 +661,7 @@
         {
         __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);
         OstTraceFunctionEntry0( TEST_OSTTraceFunctionalityEntry0 );
-        logged = EFalse;
+        logged = ETrue;
         __RETURN_STACK_SIZE(aApiRunConfig.iDoStack, stackbase, before,  aApiRunResults.iApiStackUsage); 
         }
     break;
@@ -687,26 +687,6 @@
         }
     break;
     
-    case EOstTraceFunctionEntryExtCtorInitList:
-        {        
-        __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);
-        TTestCtor       testCtorA( 1, 2 );
-        logged = EFalse;
-        __RETURN_STACK_SIZE(aApiRunConfig.iDoStack, stackbase, before,  aApiRunResults.iApiStackUsage); 
-
-        }
-    break;
-    
-    case EOstTraceFunctionEntryExtCtorNoInitList:
-        {        
-        __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);
-        TTestCtor       testCtorB( 3 );
-        logged = EFalse;
-        __RETURN_STACK_SIZE(aApiRunConfig.iDoStack, stackbase, before,  aApiRunResults.iApiStackUsage); 
-
-        }
-    break;
-    
     case EOstTraceFunctionExit0:
         {
         __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);
@@ -770,7 +750,7 @@
         {
         __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);
         OstTraceState0( TEST_OSTTRACESTATE0, "Test State Name", "Test State Value" );
-        logged = EFalse;
+        logged = ETrue;
         __RETURN_STACK_SIZE(aApiRunConfig.iDoStack, stackbase, before,  aApiRunResults.iApiStackUsage); 
         }
     break;
@@ -781,7 +761,7 @@
         
         __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);
         OstTraceState1( TEST_OSTTRACESTATE1,  "Test State Name", "Test State Value", KData1 );
-        logged = EFalse;
+        logged = ETrue;
         __RETURN_STACK_SIZE(aApiRunConfig.iDoStack, stackbase, before,  aApiRunResults.iApiStackUsage); 
 
         }