VirtualBox

Changeset 5813 in vbox


Ignore:
Timestamp:
Nov 22, 2007 8:53:04 AM (17 years ago)
Author:
vboxsync
Message:

warning

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r5806 r5813  
    604604 *  Validates COMSETTER(Path) arguments.
    605605 */
    606 HRESULT SerialPort::checkSetPath (BSTR aPath)
     606HRESULT SerialPort::checkSetPath (const BSTR aPath)
    607607{
    608608    AssertReturn (isLockedOnCurrentThread(), E_FAIL);
  • trunk/src/VBox/Main/include/SerialPortImpl.h

    r5806 r5813  
    122122private:
    123123
    124     HRESULT checkSetPath (BSTR aPath);
     124    HRESULT checkSetPath (const BSTR aPath);
    125125
    126126    const ComObjPtr <Machine, ComWeakRef> mParent;
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