telephonyserverplugins/ctsydispatchlayer/src/ccallcontroldispatcher.cpp
branchRCL_3
changeset 19 630d2f34d719
parent 5 7ef16719d8cb
child 20 07a122eea281
equal deleted inserted replaced
18:17af172ffa5f 19: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".
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
       
    15 
       
    16 
       
    17 #include "OstTraceDefinitions.h"
       
    18 #ifdef OST_TRACE_COMPILER_IN_USE
       
    19 #include "ccallcontroldispatcherTraces.h"
       
    20 #endif
    15 
    21 
    16 #include "ccallcontroldispatcher.h"
    22 #include "ccallcontroldispatcher.h"
    17 
    23 
    18 #include <ctsy/ltsy/mltsydispatchcallcontrolinterface.h>
    24 #include <ctsy/ltsy/mltsydispatchcallcontrolinterface.h>
    19 #include <ctsy/pluginapi/mmmessagemanagercallback.h>
    25 #include <ctsy/pluginapi/mmmessagemanagercallback.h>
  2307 		{
  2313 		{
  2308 	case ECustomCheckEmergencyNumberIPC:
  2314 	case ECustomCheckEmergencyNumberIPC:
  2309 		CallbackQueryIsEmergencyNumber(&aIpcDataPackage);
  2315 		CallbackQueryIsEmergencyNumber(&aIpcDataPackage);
  2310 		break;
  2316 		break;
  2311 	default:
  2317 	default:
  2312 		LOG(_L8("WARNING: CCallControlDispatcher::CallbackSync unhandled IPC=%d"), aIpcDataPackage.iIpc);
  2318 		OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CCALLCONTROLDISPATCHER_CALLBACKSYNC_1, "WARNING: CCallControlDispatcher::CallbackSync unhandled IPC=%d", aIpcDataPackage.iIpc);
  2313 		__ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc));
  2319 		__ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc));
  2314 		break;
  2320 		break;
  2315 		} // switch (aIpcDataPackage.iIpc)
  2321 		} // switch (aIpcDataPackage.iIpc)
  2316 
  2322 
  2317 	} // CCallControlDispatcher::CallbackSync
  2323 	} // CCallControlDispatcher::CallbackSync