telephonyserverplugins/simtsy/src/CSimSerComm.cpp
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
--- a/telephonyserverplugins/simtsy/src/CSimSerComm.cpp	Tue Aug 31 16:23:08 2010 +0300
+++ b/telephonyserverplugins/simtsy/src/CSimSerComm.cpp	Wed Sep 01 12:40:21 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2001-2009 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"
@@ -19,15 +19,9 @@
  @file
 */
 
-
-
-#include "OstTraceDefinitions.h"
-#ifdef OST_TRACE_COMPILER_IN_USE
-#include "CSimSerCommTraces.h"
-#endif
-
 #include "CSimSerComm.h"
 #include "CSimPhone.h"
+#include "Simlog.h"
 
 MComm::MComm()
 /**
@@ -118,7 +112,7 @@
  * @return TInt		Standard error value.
  */
 	{
-	OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, MCOMM_COMMOPEN1_1, "Attempting to Open Serial Port");
+	LOGDATA1("Attempting to Open Serial Port");
 	TInt err;
 	if (err = iCommServer.Connect(), err!=KErrNone)
 		return err;
@@ -138,7 +132,7 @@
 			return err;
 			}
 		}
-	OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, MCOMM_COMMOPEN1_2, "Sucessfully Opened Serial Port");
+	LOGDATA1("Sucessfully Opened Serial Port");
 	return KErrNone;
 	}