VirtualBox

Ignore:
Timestamp:
Jan 18, 2008 10:01:21 PM (17 years ago)
Author:
vboxsync
Message:

BOOL seems to be more correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/SharedFolderImpl.cpp

    r6384 r6388  
    6363 */
    6464HRESULT SharedFolder::init (Machine *aMachine,
    65                             const BSTR aName, const BSTR aHostPath, bool aWritable)
     65                            const BSTR aName, const BSTR aHostPath, BOOL aWritable)
    6666{
    6767    /* Enclose the state transition NotReady->InInit->Ready */
     
    121121 */
    122122HRESULT SharedFolder::init (Console *aConsole,
    123                             const BSTR aName, const BSTR aHostPath, bool aWritable)
     123                            const BSTR aName, const BSTR aHostPath, BOOL aWritable)
    124124{
    125125    /* Enclose the state transition NotReady->InInit->Ready */
     
    149149 */
    150150HRESULT SharedFolder::init (VirtualBox *aVirtualBox,
    151                             const BSTR aName, const BSTR aHostPath, bool aWritable)
     151                            const BSTR aName, const BSTR aHostPath, BOOL aWritable)
    152152{
    153153    /* Enclose the state transition NotReady->InInit->Ready */
     
    173173 */
    174174HRESULT SharedFolder::protectedInit (VirtualBoxBaseWithChildrenNEXT *aParent,
    175                                      const BSTR aName, const BSTR aHostPath, bool aWritable)
     175                                     const BSTR aName, const BSTR aHostPath, BOOL aWritable)
    176176{
    177177    LogFlowThisFunc (("aName={%ls}, aHostPath={%ls}, aWritable={%d}\n",
Note: See TracChangeset for help on using the changeset viewer.

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