VirtualBox

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


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)

Location:
trunk/src/VBox/Main/include
Files:
2 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);
  • trunk/src/VBox/Main/include/SessionImpl.h

    r55401 r55800  
    55
    66/*
    7  * Copyright (C) 2006-2014 Oracle Corporation
     7 * Copyright (C) 2006-2015 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    5757    HRESULT getState(SessionState_T *aState);
    5858    HRESULT getType(SessionType_T *aType);
     59    HRESULT getName(com::Utf8Str &aName);
     60    HRESULT setName(const com::Utf8Str &aName);
    5961    HRESULT getMachine(ComPtr<IMachine> &aMachine);
    6062    HRESULT getConsole(ComPtr<IConsole> &aConsole);
     
    143145    SessionState_T mState;
    144146    SessionType_T mType;
     147    Utf8Str mName;
    145148
    146149    ComPtr<IInternalMachineControl> mControl;
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