telephonyserverplugins/ctsydispatchlayer/test/ltsyskeleton_using_dispatcher/ltsyskeleton/src/cltsyreceivethreadeventstatehandler.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 // Implements AO to retrieve lists
    14 // Implements AO to retrieve lists
    15 //
    15 //
       
    16 
       
    17 #include "OstTraceDefinitions.h"
       
    18 #ifdef OST_TRACE_COMPILER_IN_USE
       
    19 #include "cltsyreceivethreadeventstatehandlerTraces.h"
       
    20 #endif
    16 
    21 
    17 #include "cltsyreceivethreadeventstatehandler.h"
    22 #include "cltsyreceivethreadeventstatehandler.h"
    18 #include <ctsy/ltsy/ltsylogger.h>
    23 #include <ctsy/ltsy/ltsylogger.h>
    19 #include "ltsypaniccodes.h"
    24 #include "ltsypaniccodes.h"
    20 
    25 
    76 	TSYLOGENTRYEXIT;
    81 	TSYLOGENTRYEXIT;
    77 	TInt err = KErrNone;
    82 	TInt err = KErrNone;
    78 	//Add LTSY specific handling here.
    83 	//Add LTSY specific handling here.
    79 	
    84 	
    80 	// Can be removed in real LTSY implementation
    85 	// Can be removed in real LTSY implementation
    81 	MTEST_LOG_RECEIVE_EVENT_NO
    86 	OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_BORDER, CLTSYRECEIVETHREADEVENTSTATEHANDLER_HANDLERECEIVEEVENT_1,"LtsyReceiveThread simulated event = %d", iCounter);
    82 	MTEST_COUNTER_EXCEEDED_SHUTDOWN_RECEIVETHREAD
    87 	MTEST_COUNTER_EXCEEDED_SHUTDOWN_RECEIVETHREAD
    83 	//
    88 	//
    84 	 
    89 	 
    85 	
    90 	
    86 	return TSYLOGSETEXITERR(err);
    91 	return TSYLOGSETEXITERR(err);