telephonyserverplugins/ctsydispatchlayer/src/cctsydispatchercallback.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 #include "OstTraceDefinitions.h"
       
    17 #ifdef OST_TRACE_COMPILER_IN_USE
       
    18 #include "cctsydispatchercallbackTraces.h"
       
    19 #endif
    15 
    20 
    16 #include <etelsat.h>
    21 #include <etelsat.h>
    17 #include <in_sock.h>
    22 #include <in_sock.h>
    18 #include "ccallcontroldispatcher.h"
    23 #include "ccallcontroldispatcher.h"
    19 #include "ccallcontrolmultipartydispatcher.h"
    24 #include "ccallcontrolmultipartydispatcher.h"
  4176 	//TSYLOGENTRYEXITARGS(_L8("aError=%d, aDcs=%d, aType=%d, aFormat=%d"), aError, aDcs, aType, aFormat);
  4181 	//TSYLOGENTRYEXITARGS(_L8("aError=%d, aDcs=%d, aType=%d, aFormat=%d"), aError, aDcs, aType, aFormat);
  4177 	//logging the regular method (above) cases the test to hange and enter the debug monitor on hardware.
  4182 	//logging the regular method (above) cases the test to hange and enter the debug monitor on hardware.
  4178 	//initial invetigation shows a "ExitInfo 2,23,USER"  
  4183 	//initial invetigation shows a "ExitInfo 2,23,USER"  
  4179 	
  4184 	
  4180 	TSYLOGENTRYEXIT;
  4185 	TSYLOGENTRYEXIT;
  4181 	LOG(_L8("aError=%d, aDcs=%d, aType=%d, aFormat=%d"),aError, aDcs, aType, aFormat)
  4186 	
       
  4187 	OstTraceDefExt5(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CCTSYDISPATCHERCALLBACK_CALLBACKSUPPLEMENTARYSERVICESRECEIVEUSSDMESSAGEIND_1,"aError=%d, aDcs=%d, aType=%d, aFormat=%d aMessage=%s", aError, aDcs, aType, aFormat,aMessage);
  4182 		
  4188 		
  4183 	// Forward completion to correct dispatcher object to handle
  4189 	// Forward completion to correct dispatcher object to handle
  4184 	__ASSERT_DEBUG(iDispatcherHolder, CtsyDispatcherPanic(EInvalidNullPtr));
  4190 	__ASSERT_DEBUG(iDispatcherHolder, CtsyDispatcherPanic(EInvalidNullPtr));
  4185 	iDispatcherHolder->GetSupplementaryServicesDispatcher().CallbackReceiveUssdMessage(aError, aMessage, aDcs, aType, aFormat);
  4191 	iDispatcherHolder->GetSupplementaryServicesDispatcher().CallbackReceiveUssdMessage(aError, aMessage, aDcs, aType, aFormat);
  4186 
  4192