Changeset 23945 in vbox
- Timestamp:
- Oct 21, 2009 4:58:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r23931 r23945 2049 2049 IN_BSTR aId) 2050 2050 { 2051 LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%d aDevice=%d\n", 2052 aControllerName, aControllerPort, aDevice)); 2051 LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%d aDevice=%d aType=%d aId=\"%ls\"\n", 2052 aControllerName, aControllerPort, aDevice, aType, aId)); 2053 2054 CheckComArgNotNull(aControllerName); 2055 CheckComArgNotNull(aId); 2053 2056 2054 2057 AutoCaller autoCaller(this);
Note:
See TracChangeset
for help on using the changeset viewer.