Changeset 52319 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 8, 2014 10:13:28 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r52252 r52319 315 315 HRESULT adoptSavedState(const com::Utf8Str &aSavedStateFile); 316 316 HRESULT discardSavedState(BOOL aFRemoveFile); 317 HRESULT getDeviceActivity( DeviceType_TaType,318 DeviceActivity_T *aActivity);317 HRESULT getDeviceActivity(const std::vector<DeviceType_T> &aType, 318 std::vector<DeviceActivity_T> &aActivity); 319 319 HRESULT attachUSBDevice(const com::Guid &aId); 320 320 HRESULT detachUSBDevice(const com::Guid &aId,
Note:
See TracChangeset
for help on using the changeset viewer.