VirtualBox

Changeset 83319 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 18, 2020 5:23:39 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136511
Message:

Guest Control/Main: Added some more class/struct constructor initializers.

File:
1 edited

Legend:

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

    r82968 r83319  
    611611struct GuestDirectoryOpenInfo
    612612{
     613    GuestDirectoryOpenInfo(void)
     614        : mFlags(0) { }
     615
    613616    /** The directory path. */
    614617    Utf8Str                 mPath;
     
    626629struct GuestFileOpenInfo
    627630{
     631    GuestFileOpenInfo(void)
     632        : mAccessMode((FileAccessMode_T)0)
     633        , mOpenAction((FileOpenAction_T)0)
     634        , mSharingMode((FileSharingMode_T)0)
     635        , mCreationMode(0)
     636        , mfOpenEx(0) { }
     637
    628638    /** The filename. */
    629639    Utf8Str                 mFilename;
     
    647657struct GuestFsObjData
    648658{
     659    GuestFsObjData(void)
     660        : mType(FsObjType_Unknown)
     661        , mObjectSize(0)
     662        , mAllocatedSize(0)
     663        , mAccessTime(0)
     664        , mBirthTime(0)
     665        , mChangeTime(0)
     666        , mModificationTime(0)
     667        , mUID(0)
     668        , mGID(0)
     669        , mNodeID(0)
     670        , mNodeIDDevice(0)
     671        , mNumHardLinks(0)
     672        , mDeviceNumber(0)
     673        , mGenerationID(0)
     674        , mUserFlags(0) { }
     675
    649676    /** @name Helper functions to extract the data from a certin VBoxService tool's guest stream block.
    650677     * @{ */
Note: See TracChangeset for help on using the changeset viewer.

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