traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_enabled.cpp
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
--- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_enabled.cpp	Thu Aug 19 11:36:21 2010 +0300
+++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_enabled.cpp	Tue Aug 31 16:57:14 2010 +0300
@@ -32,7 +32,7 @@
 #include "te_perfstackinfo.h"
 #include "te_dataparameters.h"
 #include "sanity/te_perfsanityhelpers.h"
-
+#include "te_ctor.h"
 
 
 
@@ -690,6 +690,26 @@
         }
     break;
     
+    case EOstTraceFunctionEntryExtCtorInitList:
+        {        
+        __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);
+        TTestCtor       testCtorA( 1, 2 );
+        logged = ETrue;
+        __RETURN_STACK_SIZE(aApiRunConfig.iDoStack, stackbase, before,  aApiRunResults.iApiStackUsage); 
+
+        }
+    break;
+    
+    case EOstTraceFunctionEntryExtCtorNoInitList:
+        {        
+        __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);
+        TTestCtor       testCtorB( 3 );
+        logged = ETrue;
+        __RETURN_STACK_SIZE(aApiRunConfig.iDoStack, stackbase, before,  aApiRunResults.iApiStackUsage); 
+
+        }
+    break;
+    
     case EOstTraceFunctionExit0:
         {
         __MARK_INITIAL_STACK(aApiRunConfig.iDoStack, stackbase, before);