diff -r b982c3e940f3 -r 70d75957b98f telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatecreatingSecondary.cpp --- a/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatecreatingSecondary.cpp Tue Sep 14 17:55:14 2010 +0100 +++ b/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstatecreatingSecondary.cpp Thu Sep 23 14:44:40 2010 +0100 @@ -35,35 +35,29 @@ TInt TPdpStateCreatingSecondary::Input (CPdpFsm& aFsm, const TInt aOperation, const TInt aErrorCode) { - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATECREATINGSECONDARY_INPUT_1, ">>TPdpStateCreatingSecondary::Input()"); - OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATECREATINGSECONDARY_INPUT_2, "aOperation : %S(%d)", *(LogOperation(aFsm, aOperation)), aOperation); - switch (aOperation) { case PdpFsm::E2ryPdpContextCreated: aFsm.ChangeStateToCreatedSecondary(); SpudManNotify(aFsm, KSecondaryContextCreated, KErrNone); - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATECREATINGSECONDARY_INPUT_3, "<