VirtualBox

Changeset 19236 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 28, 2009 12:58:25 PM (16 years ago)
Author:
vboxsync
Message:

Main: Added first step for ability to run VBox with read-only configuration files.

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r19134 r19236  
    152152        BOOL mRegistered;
    153153
     154        /** Flag indicating that the config file is read-only. */
     155        BOOL mConfigFileReadonly;
    154156        Bstr mConfigFile;
    155157        Bstr mConfigFileFull;
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r18177 r19236  
    422422            const Bstr mName;
    423423            RTFILE mHandle;
     424            /** Flag indicating that the config file is read-only. */
     425            BOOL mReadonly;
    424426        };
    425427
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette