diff -r 26645d81f48d -r cc28652e0254 traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_enabled.cpp --- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_enabled.cpp Tue Aug 31 16:57:14 2010 +0300 +++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_common/src/te_instrumentationpoints_enabled.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" + @@ -690,26 +690,6 @@ } 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);