- Timestamp:
- Nov 4, 2010 2:30:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r33765 r33769 225 225 Data() 226 226 : pMainConfigFile(NULL), 227 uuidMediaRegistry("48024e5c-fdd9-470f-93af-ec29f7ea518c"), 227 228 lockMachines(LOCKCLASS_LISTOFMACHINES), 228 229 allMachines(lockMachines), … … 243 244 pAsyncEventQ(NULL) 244 245 { 245 unconst(uuidMediaRegistry).create();246 246 } 247 247
Note:
See TracChangeset
for help on using the changeset viewer.