Changeset 33770 in vbox
- Timestamp:
- Nov 4, 2010 2:33:47 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r33769 r33770 262 262 settings::MainConfigFile *pMainConfigFile; 263 263 264 // pseudo machine ID for global media registry (recreated on every startup)264 // constant pseudo-machine ID for global media registry 265 265 const Guid uuidMediaRegistry; 266 266 … … 2871 2871 2872 2872 /** 2873 * Returns the pseudo-machine UUID that is created on each VirtualBox startup2874 * and that is used to identify theglobal media registry.2873 * Returns the constant pseudo-machine UUID that is used to identify the 2874 * global media registry. 2875 2875 * 2876 2876 * Starting with VirtualBox 4.0 each medium remembers in its instance data … … 2879 2879 * 2880 2880 * This UUID is only used to identify the VirtualBox object while VirtualBox 2881 * is running. It is not saved anywhere and thus gets recreated with every 2882 * VirtualBox startup. 2881 * is running. It is a compile-time constant and not saved anywhere. 2883 2882 * 2884 2883 * @return
Note:
See TracChangeset
for help on using the changeset viewer.