telephonyserverplugins/common_tsy/commontsy/src/mmgsmwcdma/cmmcallgsmwcdmaextwithdispatcher.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 14 7ef16719d8cb
child 66 07a122eea281
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".
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 #ifdef USING_CTSY_DISPATCHER
    16 #ifdef USING_CTSY_DISPATCHER
       
    17 
       
    18 #include "OstTraceDefinitions.h"
       
    19 #ifdef OST_TRACE_COMPILER_IN_USE
       
    20 #include "cmmcallgsmwcdmaextwithdispatcherTraces.h"
       
    21 #endif
    17 
    22 
    18 /**
    23 /**
    19  * This file contains additional function definitions for the CMmCallGsmWcdmaExt class
    24  * This file contains additional function definitions for the CMmCallGsmWcdmaExt class
    20  * in CTSY for use when the CTSY is used with the CTSY Dispatcher. 
    25  * in CTSY for use when the CTSY is used with the CTSY Dispatcher. 
    21  */
    26  */
   126         RMobileCall::EStatusHold );
   131         RMobileCall::EStatusHold );
   127 
   132 
   128     if ( mmCall )
   133     if ( mmCall )
   129         {
   134         {
   130         // Held call Id
   135         // Held call Id
   131 TFLOGSTRING2("TSY: CMmCallGsmWcdmaExt::Transfer, CallId: %d", \
   136 OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMCALLGSMWCDMAEXT_TRANSFERL1_1, "TSY: CMmCallGsmWcdmaExt::Transfer, CallId: %d", mmCall->CallId() );
   132             mmCall->CallId() );
       
   133 
   137 
   134 		// With the CTSY dispatcher, there are two call IDs sent from the CTSY
   138 		// With the CTSY dispatcher, there are two call IDs sent from the CTSY
   135 		// The first (packed in iCallId of the data package is the call ID
   139 		// The first (packed in iCallId of the data package is the call ID
   136 		// of the held call, the second is the call ID of the ringing or
   140 		// of the held call, the second is the call ID of the ringing or
   137 		// connected call.
   141 		// connected call.