Changeset 55800 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- May 11, 2015 2:09:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r55674 r55800 149 149 SessionState_T mState; 150 150 151 /** Session type string (for indirect sessions) */152 Utf8Str m Type;151 /** Session name string (of the primary session) */ 152 Utf8Str mName; 153 153 154 154 /** Session machine object */ … … 928 928 HRESULT getSettingsModified(BOOL *aSettingsModified); 929 929 HRESULT getSessionState(SessionState_T *aSessionState); 930 HRESULT getSessionType(com::Utf8Str &aSessionType); 930 HRESULT getSessionType(SessionType_T *aSessionType); 931 HRESULT getSessionName(com::Utf8Str &aSessionType); 931 932 HRESULT getSessionPID(ULONG *aSessionPID); 932 933 HRESULT getState(MachineState_T *aState);
Note:
See TracChangeset
for help on using the changeset viewer.