Changeset 52615 in vbox
- Timestamp:
- Sep 5, 2014 11:35:27 AM (10 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r52498 r52615 1401 1401 com::Utf8Str &aStateFilePath) 1402 1402 { 1403 NOREF(aInitiator); 1403 1404 LogFlowThisFuncEnter(); 1404 1405 -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r52596 r52615 1764 1764 HRESULT rc = S_OK; 1765 1765 Guid id(aLocation); 1766 const Guid cid = id;1767 1766 ComObjPtr<Medium> pMedium; 1768 1767 -
trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp
r50263 r52615 146 146 RT_ZERO(combo); 147 147 ssize_t r = read(polls[0].fd, static_cast<void *>(&combo), sizeof(combo)); 148 NOREF(r); 148 149 149 150 if (combo.e.wd == wd[0])
Note:
See TracChangeset
for help on using the changeset viewer.