Changeset 31308 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 2, 2010 2:55:22 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64335
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r31307 r31308 821 821 Machine* const mPeer; 822 822 823 VirtualBox * constmParent;823 VirtualBox * const mParent; 824 824 825 825 Shareable<Data> mData; -
trunk/src/VBox/Main/include/StorageControllerImpl.h
r30739 r31308 85 85 ULONG getInstance() const; 86 86 87 HRESULT checkPortAndDeviceValid(LONG aControllerPort, 88 LONG aDevice); 89 87 90 void rollback(); 88 91 void commit(); -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r31296 r31308 237 237 238 238 const ComObjPtr<Host>& host() const; 239 const ComObjPtr<SystemProperties>& systemProperties() const;239 SystemProperties* getSystemProperties() const; 240 240 #ifdef VBOX_WITH_RESOURCE_USAGE_API 241 241 const ComObjPtr<PerformanceCollector>& performanceCollector() const;
Note:
See TracChangeset
for help on using the changeset viewer.