Changeset 17737 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 12, 2009 12:20:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r16971 r17737 125 125 STDMETHOD(COMGETTER(Host)) (IHost **aHost); 126 126 STDMETHOD(COMGETTER(SystemProperties)) (ISystemProperties **aSystemProperties); 127 STDMETHOD(COMGETTER(Machines 2)) (ComSafeArrayOut (IMachine *, aMachines));127 STDMETHOD(COMGETTER(Machines)) (ComSafeArrayOut (IMachine *, aMachines)); 128 128 STDMETHOD(COMGETTER(HardDisks)) (ComSafeArrayOut (IHardDisk *, aHardDisks)); 129 129 STDMETHOD(COMGETTER(DVDImages)) (ComSafeArrayOut (IDVDImage *, aDVDImages));
Note:
See TracChangeset
for help on using the changeset viewer.