VirtualBox

Ignore:
Timestamp:
Jan 8, 2025 1:19:31 PM (4 weeks ago)
Author:
vboxsync
Message:

src/VBox/Main/include/GuestSessionImpl.h: Fixed warning found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r106061 r107507  
    439439         * Set to 0 if a valid Guest Additions version was not found (yet). */
    440440        uint32_t                    mProtocolVersion;
    441         /** Session timeout (in ms). */
     441        /** Session timeout (in ms). Not implemented yet and thus 0. */
    442442        uint32_t                    mTimeout;
    443443        /** The last returned session VBox status status returned from the guest side. */
     
    447447
    448448        Data(void)
    449             : mpBaseEnvironment(NULL)
     449            : mObjectID(0)
     450            , mStatus(GuestSessionStatus_Undefined)
     451            , mpBaseEnvironment(NULL)
     452            , mProtocolVersion(0)
     453            , mTimeout(0)
     454            , mVrc(VINF_SUCCESS)
    450455        {
    451456            RT_ZERO(bmObjectIds);
     
    456461            : mCredentials(rThat.mCredentials)
    457462            , mSession(rThat.mSession)
     463            , mObjectID(rThat.mObjectID)
    458464            , mStatus(rThat.mStatus)
    459465            , mEnvironmentChanges(rThat.mEnvironmentChanges)
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