toolsandutils/wintunnel/src_beech/d_cdrv.cpp
branchRCL_3
changeset 18 99082257a271
parent 10 d4b442d23379
--- a/toolsandutils/wintunnel/src_beech/d_cdrv.cpp	Fri Feb 19 23:57:18 2010 +0200
+++ b/toolsandutils/wintunnel/src_beech/d_cdrv.cpp	Fri Mar 12 15:49:27 2010 +0200
@@ -1,7 +1,7 @@
 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
 // which accompanies this distribution, and is available
 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
 //
@@ -230,9 +230,9 @@
 	}
 
 //VOID WINAPI ReadComplete(DWORD anErr,DWORD numBytes,LPOVERLAPPED anOverLapped)
-////
-//// Windows read completion routine
-////
+//
+// Windows read completion routine
+//
 //	{
 //
 //	if (numBytes>KReadBufSize)
@@ -628,9 +628,9 @@
 */
 
 //void DCommWins::DoReceive(TInt aByteCount)
-////
-//// Called from read completion routine 
-////
+//
+// Called from read completion routine 
+//
 //	{
 //	if(aByteCount==0)
 //		{
@@ -660,11 +660,11 @@
 //		return;
 //		}
 //
-////	if (!ReadFileEx(iCommPort,iInBuf,KReadBufSize,&iReadOverLapped,ReadComplete))
-////		{
-////		TInt r=GetLastError();
-////		Panic(EWindowsUnexpectedError);
-////		}
+//	if (!ReadFileEx(iCommPort,iInBuf,KReadBufSize,&iReadOverLapped,ReadComplete))
+//		{
+//		TInt r=GetLastError();
+//		Panic(EWindowsUnexpectedError);
+//		}
 //	}
 
 void DCommWins::RunCommThread(TDriverCommand aCommand)