diff -r b982c3e940f3 -r 70d75957b98f telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstateopen.cpp --- a/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstateopen.cpp Tue Sep 14 17:55:14 2010 +0100 +++ b/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstateopen.cpp Thu Sep 23 14:44:40 2010 +0100 @@ -20,13 +20,6 @@ @internalComponent */ - - -#include "OstTraceDefinitions.h" -#ifdef OST_TRACE_COMPILER_IN_USE -#include "tpdpstateopenTraces.h" -#endif - #include #include #include "tpdpstates.h" @@ -36,20 +29,15 @@ TInt TPdpStateOpen::Input (CPdpFsm& aFsm, const TInt aOperation, const TInt aErrorCode) { - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATEOPEN_INPUT_1, ">>TPdpStateOpen::Input()"); - OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATEOPEN_INPUT_2, "aOperation : %S(%d)", *(LogOperation(aFsm, aOperation)), aOperation); - switch (aOperation) { case PdpFsm::EQoSProfileChangeNetwork: // RPacketQoS::TQoSR99_R4Negotiated SpudManNotify (aFsm, KContextParametersChangeEvent, KErrNone); - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATEOPEN_INPUT_3, "<