Changeset 19236 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 28, 2009 12:58:25 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r19134 r19236 152 152 BOOL mRegistered; 153 153 154 /** Flag indicating that the config file is read-only. */ 155 BOOL mConfigFileReadonly; 154 156 Bstr mConfigFile; 155 157 Bstr mConfigFileFull; -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r18177 r19236 422 422 const Bstr mName; 423 423 RTFILE mHandle; 424 /** Flag indicating that the config file is read-only. */ 425 BOOL mReadonly; 424 426 }; 425 427
Note:
See TracChangeset
for help on using the changeset viewer.