telephonyserverplugins/ctsydispatchlayer/src/csimdispatcher.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
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".
    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 "csimdispatcherTraces.h"
       
    20 #endif
       
    21 
    16 #include "csimdispatcher.h"
    22 #include "csimdispatcher.h"
    17 
    23 
    18 #include <ctsy/ltsy/mltsydispatchsiminterface.h>
    24 #include <ctsy/ltsy/mltsydispatchsiminterface.h>
    19 #include <ctsy/pluginapi/mmmessagemanagercallback.h>
    25 #include <ctsy/pluginapi/mmmessagemanagercallback.h>
    20 #include <ctsy/serviceapi/mmtsy_ipcdefs.h>
    26 #include <ctsy/serviceapi/mmtsy_ipcdefs.h>
  1737 	
  1743 	
  1738 	switch (aIpcDataPackage.iIpc)
  1744 	switch (aIpcDataPackage.iIpc)
  1739 		{
  1745 		{
  1740 	
  1746 	
  1741 	default:
  1747 	default:
  1742 		LOG(_L8("WARNING: CSimDispatcher::CallbackSync unhandled IPC=%d"), aIpcDataPackage.iIpc);
  1748 		OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSIMDISPATCHER_CALLBACKSYNC_1, "WARNING: CSimDispatcher::CallbackSync unhandled IPC=%d", aIpcDataPackage.iIpc);
  1743 		__ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc));
  1749 		__ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc));
  1744 		break;		
  1750 		break;		
  1745 		} // switch (aIpcDataPackage.iIpc)
  1751 		} // switch (aIpcDataPackage.iIpc)
  1746 	
  1752 	
  1747 	} // CSimDispatcher::CallbackSync
  1753 	} // CSimDispatcher::CallbackSync