Changeset 3045 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jun 5, 2007 10:41:33 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21818
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h
r2981 r3045 133 133 SessionStateChangeEventType, 134 134 SnapshotEventType, 135 USBDeviceStateChangeEventType, 135 136 RuntimeErrorEventType, 136 137 ModifierKeyChangeEventType, -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r2981 r3045 189 189 190 190 void cannotAttachUSBDevice (const CConsole &console, const QString &device); 191 void cannotAttachUSBDevice (const CConsole &console, const QString &device, 192 const CVirtualBoxErrorInfo &error); 191 193 void cannotDetachUSBDevice (const CConsole &console, const QString &device); 194 void cannotDetachUSBDevice (const CConsole &console, const QString &device, 195 const CVirtualBoxErrorInfo &error); 192 196 193 197 void cannotCreateSharedFolder (QWidget *, const CMachine &,
Note:
See TracChangeset
for help on using the changeset viewer.