usbengines/usbdevcon/inc/cep0reader.h
changeset 88 c3d148cdbed2
parent 0 1e05558e2206
--- a/usbengines/usbdevcon/inc/cep0reader.h	Fri Sep 17 08:35:29 2010 +0300
+++ b/usbengines/usbdevcon/inc/cep0reader.h	Mon Oct 04 01:57:48 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007-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"
@@ -57,7 +57,7 @@
      *
      * @since S60 v.5.0
      */
-    void ReadSetupPacket();
+    void ReadSetupPacketL();
     
     /**
      * Set request to read EP0 data
@@ -65,7 +65,7 @@
      * @since S60 v.5.0
      * @param aDataLength Max length of data to read
      */
-    void Read(TUint aDataLength);
+    void ReadL(TUint aDataLength);
     
 private: