VirtualBox

Ignore:
Timestamp:
May 11, 2015 2:09:09 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100238
Message:

Main/Session+Machine: small API cleanup, introducing explicit session names and eliminating some terminology confusion (it never was a session type, which is a totally different thing)

File:
1 edited

Legend:

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

    r55674 r55800  
    149149            SessionState_T mState;
    150150
    151             /** Session type string (for indirect sessions) */
    152             Utf8Str mType;
     151            /** Session name string (of the primary session) */
     152            Utf8Str mName;
    153153
    154154            /** Session machine object */
     
    928928    HRESULT getSettingsModified(BOOL *aSettingsModified);
    929929    HRESULT getSessionState(SessionState_T *aSessionState);
    930     HRESULT getSessionType(com::Utf8Str &aSessionType);
     930    HRESULT getSessionType(SessionType_T *aSessionType);
     931    HRESULT getSessionName(com::Utf8Str &aSessionType);
    931932    HRESULT getSessionPID(ULONG *aSessionPID);
    932933    HRESULT getState(MachineState_T *aState);
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