VirtualBox

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


Ignore:
Timestamp:
Jan 31, 2019 11:53:09 AM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Renamed GuestSessionTaskInternalOpen() to GuestSessionTaskInternalStart() to match the rest of the terminology. Emphasize rc usage.

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

Legend:

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

    r76958 r77068  
    3636#include <deque>
    3737
    38 class GuestSessionTaskInternalOpen; /* Needed for i_startSessionThreadTask(). */
     38class GuestSessionTaskInternalStart; /* Needed for i_startSessionThreadTask(). */
    3939
    4040/**
     
    313313    int                     i_startSession(int *pGuestRc);
    314314    int                     i_startSessionAsync(void);
    315     static void             i_startSessionThreadTask(GuestSessionTaskInternalOpen *pTask);
     315    static int              i_startSessionThreadTask(GuestSessionTaskInternalStart *pTask);
    316316    Guest                  *i_getParent(void) { return mParent; }
    317317    uint32_t                i_getProtocolVersion(void) { return mData.mProtocolVersion; }
  • trunk/src/VBox/Main/include/GuestSessionImplTasks.h

    r76562 r77068  
    3535class Guest;
    3636class GuestSessionTask;
    37 class GuestSessionTaskInternalOpen;
     37class GuestSessionTaskInternalStart;
    3838
    3939
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