diff -r b982c3e940f3 -r 70d75957b98f telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatesuspended.cpp --- a/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatesuspended.cpp Tue Sep 14 17:55:14 2010 +0100 +++ b/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatesuspended.cpp Thu Sep 23 14:44:40 2010 +0100 @@ -19,13 +19,6 @@ @file @internalComponent */ - - - -#include "OstTraceDefinitions.h" -#ifdef OST_TRACE_COMPILER_IN_USE -#include "tpdpstatesuspendedTraces.h" -#endif #include #include "tpdpstates.h" @@ -35,15 +28,11 @@ TInt TPdpStateSuspended::Input (CPdpFsm& aFsm, const TInt aOperation, const TInt aErrorCode) { - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATESUSPENDED_INPUT_1, ">>TPdpStateSuspended::Input()"); - OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATESUSPENDED_INPUT_2, "aOperation : %S(%d)", *(LogOperation(aFsm, aOperation)), aOperation); - switch (aOperation) { case SpudMan::EResume: aFsm.ChangeStateToOpen(); SpudManNotify(aFsm, KContextUnblockedEvent, KErrNone); - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATESUSPENDED_INPUT_3, "<