telephonyserverplugins/ctsydispatchlayer/src/csmsdispatcher.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".
    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 "csmsdispatcherTraces.h"
       
    20 #endif
    15 
    21 
    16 #include <ctsy/serviceapi/cmmsmsutility.h>
    22 #include <ctsy/serviceapi/cmmsmsutility.h>
    17 #include "csmsdispatcher.h"
    23 #include "csmsdispatcher.h"
    18 
    24 
    19 #include <ctsy/ltsy/mltsydispatchsmsinterface.h>
    25 #include <ctsy/ltsy/mltsydispatchsmsinterface.h>
   806 		{
   812 		{
   807 	case EMmTsyActivateSmsRouting:
   813 	case EMmTsyActivateSmsRouting:
   808 		CallbackActivateSmsRouting(&aIpcDataPackage);
   814 		CallbackActivateSmsRouting(&aIpcDataPackage);
   809 		break;
   815 		break;
   810 	default:
   816 	default:
   811 		LOG(_L8("WARNING: CSmsDispatcher::CallbackSync unhandled IPC=%d"), aIpcDataPackage.iIpc);
   817 		OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSMSDISPATCHER_CALLBACKSYNC_1, "WARNING: CSmsDispatcher::CallbackSync unhandled IPC=%d", aIpcDataPackage.iIpc);
   812 		__ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc));
   818 		__ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc));
   813 		break;		
   819 		break;		
   814 		} // switch (aIpcDataPackage.iIpc)
   820 		} // switch (aIpcDataPackage.iIpc)
   815 	
   821 	
   816 	} // CSmsDispatcher::CallbackSync
   822 	} // CSmsDispatcher::CallbackSync