usbengines/usbdevcon/inc/cep0writer.h
changeset 88 c3d148cdbed2
parent 0 1e05558e2206
equal deleted inserted replaced
85:ad9d655827ef 88:c3d148cdbed2
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    57      *
    57      *
    58      * @since S60 v.5.0
    58      * @since S60 v.5.0
    59      * @param aBuffer Data to write
    59      * @param aBuffer Data to write
    60      * @param aDataLength Max length of data to write
    60      * @param aDataLength Max length of data to write
    61      */
    61      */
    62     void Write(const RBuf8& aBuffer, TUint aDataLength);
    62     void WriteL(const RBuf8& aBuffer, TUint aDataLength);
    63     
    63     
    64 private:
    64 private:
    65     
    65     
    66     /**
    66     /**
    67      * Default construction
    67      * Default construction