Changeset 9360 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 3, 2008 5:10:09 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31580
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r8765 r9360 76 76 public: 77 77 78 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT (VirtualBox)79 80 78 typedef std::list <ComPtr <IVirtualBoxCallback> > CallbackList; 81 79 typedef std::vector <ComPtr <IVirtualBoxCallback> > CallbackVector; … … 83 81 class CallbackEvent; 84 82 friend class CallbackEvent; 83 84 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT (VirtualBox) 85 85 86 86 DECLARE_CLASSFACTORY_SINGLETON(VirtualBox) … … 383 383 HRESULT registerDVDImage (DVDImage *aImage, bool aOnStartUp); 384 384 HRESULT registerFloppyImage (FloppyImage *aImage, bool aOnStartUp); 385 HRESULT registerGuestOSTypes();386 385 387 386 HRESULT lockConfig();
Note:
See TracChangeset
for help on using the changeset viewer.