Changeset 5813 in vbox
- Timestamp:
- Nov 22, 2007 8:53:04 AM (17 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SerialPortImpl.cpp
r5806 r5813 604 604 * Validates COMSETTER(Path) arguments. 605 605 */ 606 HRESULT SerialPort::checkSetPath ( BSTR aPath)606 HRESULT SerialPort::checkSetPath (const BSTR aPath) 607 607 { 608 608 AssertReturn (isLockedOnCurrentThread(), E_FAIL); -
trunk/src/VBox/Main/include/SerialPortImpl.h
r5806 r5813 122 122 private: 123 123 124 HRESULT checkSetPath ( BSTR aPath);124 HRESULT checkSetPath (const BSTR aPath); 125 125 126 126 const ComObjPtr <Machine, ComWeakRef> mParent;
Note:
See TracChangeset
for help on using the changeset viewer.