Changeset 30714 in vbox for trunk/src/VBox/Main/include/USBControllerImpl.h
- Timestamp:
- Jul 7, 2010 4:20:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBControllerImpl.h
r28800 r30714 33 33 class ATL_NO_VTABLE USBController : 34 34 public VirtualBoxBase, 35 public VirtualBoxSupportErrorInfoImpl<USBController, IUSBController>,36 35 public VirtualBoxSupportTranslation<USBController>, 37 36 VBOX_SCRIPTABLE_IMPL(IUSBController) 38 37 { 39 38 public: 40 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT (USBController)39 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(USBController, IUSBController) 41 40 42 41 DECLARE_NOT_AGGREGATABLE (USBController) … … 98 97 Machine* getMachine(); 99 98 100 // for VirtualBoxSupportErrorInfoImpl101 static const wchar_t *getComponentName() { return L"USBController"; }102 103 99 private: 104 100
Note:
See TracChangeset
for help on using the changeset viewer.