telephonyserverplugins/ctsydispatchlayer/src/cphonebookondispatcher.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".
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
       
    17 #include "OstTraceDefinitions.h"
       
    18 #ifdef OST_TRACE_COMPILER_IN_USE
       
    19 #include "cphonebookondispatcherTraces.h"
       
    20 #endif
       
    21 
       
    22 #include "cphonebookondispatcher.h"
    16 #include "cphonebookondispatcher.h"
    23 
    17 
    24 #include <ctsy/ltsy/mltsydispatchphonebookoninterface.h>
    18 #include <ctsy/ltsy/mltsydispatchphonebookoninterface.h>
    25 #include <ctsy/pluginapi/mmmessagemanagercallback.h>
    19 #include <ctsy/pluginapi/mmmessagemanagercallback.h>
    26 #include <ctsy/serviceapi/mmtsy_ipcdefs.h>
    20 #include <ctsy/serviceapi/mmtsy_ipcdefs.h>
   627 	
   621 	
   628 	switch (aIpcDataPackage.iIpc)
   622 	switch (aIpcDataPackage.iIpc)
   629 		{
   623 		{
   630 	
   624 	
   631 	default:
   625 	default:
   632 		OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CPHONEBOOKONDISPATCHER_CALLBACKSYNC_1, "WARNING: CPhonebookOnDispatcher::CallbackSync unhandled IPC=%d", aIpcDataPackage.iIpc);
   626 		LOG(_L8("WARNING: CPhonebookOnDispatcher::CallbackSync unhandled IPC=%d"), aIpcDataPackage.iIpc);
   633 		__ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc));
   627 		__ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc));
   634 		break;		
   628 		break;		
   635 		} // switch (aIpcDataPackage.iIpc)
   629 		} // switch (aIpcDataPackage.iIpc)
   636 	
   630 	
   637 	} // CPhonebookOnDispatcher::CallbackSync
   631 	} // CPhonebookOnDispatcher::CallbackSync