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". |
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 "csecuritydispatcherTraces.h" |
|
20 #endif |
|
21 |
16 #include <ctsy/rmmcustomapi.h> |
22 #include <ctsy/rmmcustomapi.h> |
17 #include "csecuritydispatcher.h" |
23 #include "csecuritydispatcher.h" |
18 |
24 |
19 #include <ctsy/ltsy/mltsydispatchsecurityinterface.h> |
25 #include <ctsy/ltsy/mltsydispatchsecurityinterface.h> |
20 #include <ctsy/pluginapi/mmmessagemanagercallback.h> |
26 #include <ctsy/pluginapi/mmmessagemanagercallback.h> |
847 |
853 |
848 switch (aIpcDataPackage.iIpc) |
854 switch (aIpcDataPackage.iIpc) |
849 { |
855 { |
850 |
856 |
851 default: |
857 default: |
852 LOG(_L8("WARNING: CSecurityDispatcher::CallbackSync unhandled IPC=%d"), aIpcDataPackage.iIpc); |
858 OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSECURITYDISPATCHER_CALLBACKSYNC_1, "WARNING: CSecurityDispatcher::CallbackSync unhandled IPC=%d", aIpcDataPackage.iIpc); |
853 __ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc)); |
859 __ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc)); |
854 break; |
860 break; |
855 } // switch (aIpcDataPackage.iIpc) |
861 } // switch (aIpcDataPackage.iIpc) |
856 |
862 |
857 } // CSecurityDispatcher::CallbackSync |
863 } // CSecurityDispatcher::CallbackSync |