diff -r b982c3e940f3 -r 70d75957b98f telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatechangingqos.cpp --- a/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatechangingqos.cpp Tue Sep 14 17:55:14 2010 +0100 +++ b/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatechangingqos.cpp Thu Sep 23 14:44:40 2010 +0100 @@ -34,28 +34,21 @@ TInt TPdpStateChangingQoS::Input (CPdpFsm& aFsm, const TInt aOperation, const TInt aErrorCode) { - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATECHANGINGQOS_INPUT_1, ">>TPdpStateChangingQoS::Input()"); - OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATECHANGINGQOS_INPUT_2, "aOperation : %S(%d)", *(LogOperation(aFsm, aOperation)), aOperation); - switch (aOperation) { case PdpFsm::EQoSSet: aFsm.ChangeStateToOpen(); SpudManNotify (aFsm, KContextQoSSetEvent, KErrNone); - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATECHANGINGQOS_INPUT_3, "<