VirtualBox

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


Ignore:
Timestamp:
Jan 27, 2010 2:05:30 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56996
Message:

back out Main/Session+Console hack introducing full/reduced console

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

Legend:

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

    r26067 r26068  
    55
    66/*
    7  * Copyright (C) 2006-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    103103
    104104    // public initializers/uninitializers for internal purposes only
    105     HRESULT init (IMachine *aMachine, IInternalMachineControl *aControl,
    106                   bool aFullConsole);
     105    HRESULT init (IMachine *aMachine, IInternalMachineControl *aControl);
    107106    void uninit();
    108107
  • trunk/src/VBox/Main/include/SessionImpl.h

    r26067 r26068  
    55
    66/*
    7  * Copyright (C) 2006-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    7878    STDMETHOD(COMGETTER(State)) (SessionState_T *aState);
    7979    STDMETHOD(COMGETTER(Type)) (SessionType_T *aType);
    80     STDMETHOD(COMSETTER(FullConsole)) (BOOL aType);
    81     STDMETHOD(COMGETTER(FullConsole)) (BOOL *aType);
    8280    STDMETHOD(COMGETTER(Machine)) (IMachine **aMachine);
    8381    STDMETHOD(COMGETTER(Console)) (IConsole **aConsole);
     
    124122    SessionState_T mState;
    125123    SessionType_T mType;
    126     bool mFullConsole;
    127124
    128125    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