telephonyserverplugins/ctsydispatchlayer/test/ltsyskeleton_using_dispatcher/ltsyskeleton/inc/ltsymacros.h
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
--- a/telephonyserverplugins/ctsydispatchlayer/test/ltsyskeleton_using_dispatcher/ltsyskeleton/inc/ltsymacros.h	Thu Aug 19 11:03:36 2010 +0300
+++ b/telephonyserverplugins/ctsydispatchlayer/test/ltsyskeleton_using_dispatcher/ltsyskeleton/inc/ltsymacros.h	Tue Aug 31 16:23:08 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -38,8 +38,6 @@
 		#define MTEST_DECLARE_EVENT_COUNTER TInt iCounter;
 //all we are doing is is simulating "events from received from baseband occuring at interval of 5s.
 		#define MTEST_WAIT_FOR_NEXT_EVENT	User::After(500000);iCounter++;	
-				
-		#define MTEST_LOG_RECEIVE_EVENT_NO LOG(_L8("LtsyReceiveThread simulated event = %d"), iCounter);
 		#define MTEST_COUNTER_EXCEEDED_SHUTDOWN_RECEIVETHREAD   if(iCounter>3) err = KShutdownLtsyReceiveThread;
 
 	#else
@@ -56,7 +54,6 @@
 		#define MTEST_QUERY_IND_SUPPORT_MOCKLTSYENGINE(A,B, C)
 		#define MTEST_DECLARE_EVENT_COUNTER
 		#define MTEST_WAIT_FOR_NEXT_EVENT
-		#define MTEST_LOG_RECEIVE_EVENT_NO
 		#define MTEST_COUNTER_EXCEEDED_SHUTDOWN_RECEIVETHREAD   
 	#endif