Changeset 41999 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 3, 2012 12:50:18 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78879
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r41214 r41999 43 43 class ExtPackManager; 44 44 #endif 45 class AutostartDb; 45 46 46 47 typedef std::list< ComObjPtr<SessionMachine> > SessionMachinesList; … … 281 282 const Utf8Str& settingsFilePath(); 282 283 284 AutostartDb* getAutostartDb() const; 285 283 286 RWLockHandle& getMediaTreeLockHandle(); 284 287
Note:
See TracChangeset
for help on using the changeset viewer.