Changeset 26068 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 27, 2010 2:05:30 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56996
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r26067 r26068 5 5 6 6 /* 7 * Copyright (C) 2006-20 10Sun Microsystems, Inc.7 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 103 103 104 104 // public initializers/uninitializers for internal purposes only 105 HRESULT init (IMachine *aMachine, IInternalMachineControl *aControl, 106 bool aFullConsole); 105 HRESULT init (IMachine *aMachine, IInternalMachineControl *aControl); 107 106 void uninit(); 108 107 -
trunk/src/VBox/Main/include/SessionImpl.h
r26067 r26068 5 5 6 6 /* 7 * Copyright (C) 2006-20 10Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 78 78 STDMETHOD(COMGETTER(State)) (SessionState_T *aState); 79 79 STDMETHOD(COMGETTER(Type)) (SessionType_T *aType); 80 STDMETHOD(COMSETTER(FullConsole)) (BOOL aType);81 STDMETHOD(COMGETTER(FullConsole)) (BOOL *aType);82 80 STDMETHOD(COMGETTER(Machine)) (IMachine **aMachine); 83 81 STDMETHOD(COMGETTER(Console)) (IConsole **aConsole); … … 124 122 SessionState_T mState; 125 123 SessionType_T mType; 126 bool mFullConsole;127 124 128 125 ComPtr<IInternalMachineControl> mControl;
Note:
See TracChangeset
for help on using the changeset viewer.