equal
deleted
inserted
replaced
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 "cphonebookdispatcherTraces.h" |
|
20 #endif |
15 |
21 |
16 #include "cphonebookdispatcher.h" |
22 #include "cphonebookdispatcher.h" |
17 |
23 |
18 #include <ctsy/ltsy/mltsydispatchphonebookinterface.h> |
24 #include <ctsy/ltsy/mltsydispatchphonebookinterface.h> |
19 #include <ctsy/pluginapi/mmmessagemanagercallback.h> |
25 #include <ctsy/pluginapi/mmmessagemanagercallback.h> |
1507 |
1513 |
1508 switch (aIpcDataPackage.iIpc) |
1514 switch (aIpcDataPackage.iIpc) |
1509 { |
1515 { |
1510 |
1516 |
1511 default: |
1517 default: |
1512 LOG(_L8("WARNING: CPhonebookDispatcher::CallbackSync unhandled IPC=%d"), aIpcDataPackage.iIpc); |
1518 OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CPHONEBOOKDISPATCHER_CALLBACKSYNC_1, "WARNING: CPhonebookDispatcher::CallbackSync unhandled IPC=%d", aIpcDataPackage.iIpc); |
1513 __ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc)); |
1519 __ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc)); |
1514 break; |
1520 break; |
1515 } // switch (aIpcDataPackage.iIpc) |
1521 } // switch (aIpcDataPackage.iIpc) |
1516 |
1522 |
1517 } // CPhonebookDispatcher::CallbackSync |
1523 } // CPhonebookDispatcher::CallbackSync |