telephonyserverplugins/common_tsy/commontsy/src/mmpacket/cmmpacketcontextgsmwcdmaextwithdispatcher.cpp
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20  * in CTSY for use when the CTSY is used with the CTSY Dispatcher. 
    20  * in CTSY for use when the CTSY is used with the CTSY Dispatcher. 
    21  */
    21  */
    22 
    22 
    23 // INCLUDE FILES
    23 // INCLUDE FILES
    24 
    24 
    25 #include "OstTraceDefinitions.h"
       
    26 #ifdef OST_TRACE_COMPILER_IN_USE
       
    27 #include "cmmpacketcontextgsmwcdmaextwithdispatcherTraces.h"
       
    28 #endif
       
    29 
       
    30 #include "cmmpacketservicegsmwcdmaext.h"
    25 #include "cmmpacketservicegsmwcdmaext.h"
    31 
    26 
    32 // ---------------------------------------------------------------------------
    27 // ---------------------------------------------------------------------------
    33 // CMmPacketContextGsmWcdmaExt::CompleteInitialiseContextL
    28 // CMmPacketContextGsmWcdmaExt::CompleteInitialiseContextL
    34 // This function starts context initialisation.
    29 // This function starts context initialisation.
    37 // ---------------------------------------------------------------------------
    32 // ---------------------------------------------------------------------------
    38 //
    33 //
    39 void CMmPacketContextGsmWcdmaExt::CompleteInitialiseContext(const TDesC& aChannelId,  
    34 void CMmPacketContextGsmWcdmaExt::CompleteInitialiseContext(const TDesC& aChannelId,  
    40         													const TInt aResult ) // Result
    35         													const TInt aResult ) // Result
    41     {
    36     {
    42 OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMPACKETCONTEXTGSMWCDMAEXT_COMPLETEINITIALISECONTEXT1_1,  "TSY: CMmPacketContextGsmWcdmaExt::CompleteInitialiseContext. Status: aChannelId=%S, aResult=%d",aChannelId, aResult);
    37 TFLOGSTRING3( "TSY: CMmPacketContextGsmWcdmaExt::CompleteInitialiseContext. Status: aChannelId=%S, aResult=%d",
       
    38 			&aChannelId, aResult);
    43 
    39 
    44       if ( KErrNone == aResult )
    40       if ( KErrNone == aResult )
    45         {
    41         {
    46         iMmPacketContextTsy->CompleteNotifyStatusChange( 
    42         iMmPacketContextTsy->CompleteNotifyStatusChange( 
    47             RPacketContext::EStatusInactive );
    43             RPacketContext::EStatusInactive );