VirtualBox

Changeset 40637 in vbox for trunk/include


Ignore:
Timestamp:
Mar 26, 2012 12:35:48 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77066
Message:

include/vmm/pdmifs.h: PDMIHOSTPARALLELCONNECTOR interface has design flaw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r39890 r40637  
    44
    55/*
    6  * Copyright (C) 2006-2011 Oracle Corporation
     6 * Copyright (C) 2006-2012 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    18221822     * @param   enmMode         Mode to write the data.
    18231823     * @thread  Any thread.
     1824     * @todo r=klaus cbWrite only defines buffer length, method needs a way top return actually written amount of data.
    18241825     */
    18251826    DECLR3CALLBACKMEMBER(int, pfnWrite,(PPDMIHOSTPARALLELCONNECTOR pInterface, const void *pvBuf,
     
    18351836     * @param   enmMode         Mode to read the data.
    18361837     * @thread  Any thread.
     1838     * @todo r=klaus cbRead only defines buffer length, method needs a way top return actually read amount of data.
    18371839     */
    18381840    DECLR3CALLBACKMEMBER(int, pfnRead,(PPDMIHOSTPARALLELCONNECTOR pInterface, void *pvBuf,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette