telephonyserverplugins/common_tsy/commontsy/src/mmpacket/cmmpacketcontexttsywithdispatcher.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
child 73 70d75957b98f
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 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 "CmmpacketcontexttsywithdispatcherTraces.h"
       
    28 #endif
       
    29 
    25 #include "cmmpacketservicegsmwcdmaext.h"
    30 #include "cmmpacketservicegsmwcdmaext.h"
    26 
    31 
    27 // ============================ MEMBER FUNCTIONS ===============================
    32 // ============================ MEMBER FUNCTIONS ===============================
    28 
    33 
    29 // ---------------------------------------------------------------------------
    34 // ---------------------------------------------------------------------------
    33 // ---------------------------------------------------------------------------
    38 // ---------------------------------------------------------------------------
    34 //
    39 //
    35 TInt CMmPacketContextTsy::RemovePacketFilter(
    40 TInt CMmPacketContextTsy::RemovePacketFilter(
    36         TInt *aID )    
    41         TInt *aID )    
    37     {
    42     {
    38 TFLOGSTRING2( "TSY: CMmPacketContextTsy::RemovePacketFilter. RemovedFilter:%d", *aID );
    43 OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMPACKETCONTEXTTSY_REMOVEPACKETFILTER1_1,  "TSY: CMmPacketContextTsy::RemovePacketFilter. RemovedFilter:%d", *aID );
    39 
    44 
    40     // id must be value from 1 to 8
    45     // id must be value from 1 to 8
    41     if ( 0 < *aID && 8 >= *aID )
    46     if ( 0 < *aID && 8 >= *aID )
    42         {
    47         {
    43         iMmPacketContextGsmWcdmaExt->RemovePacketFilter( *aID );
    48         iMmPacketContextGsmWcdmaExt->RemovePacketFilter( *aID );