Changeset 70766 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 28, 2018 8:53:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r70534 r70766 713 713 PCFGMNODE pLunL0, PCFGMNODE pInst, 714 714 bool fAttachDetach, bool fIgnoreConnectFailure); 715 715 int i_configSerialPort(PCFGMNODE pInst, PortMode_T ePortMode, const char *pszPath, bool fServer); 716 716 static DECLCALLBACK(int) i_configGuestProperties(void *pvConsole, PUVM pUVM); 717 717 static DECLCALLBACK(int) i_configGuestControl(void *pvConsole); … … 728 728 unsigned uInstance, unsigned uLun, 729 729 INetworkAdapter *aNetworkAdapter); 730 static DECLCALLBACK(int) i_changeSerialPortAttachment(Console *pThis, PUVM pUVM, 731 ISerialPort *pSerialPort); 730 732 731 733 void i_changeClipboardMode(ClipboardMode_T aClipboardMode); … … 974 976 unsigned m_cDisksPwProvided; 975 977 978 /** Current active port modes of the supported serial ports. */ 979 PortMode_T m_aeSerialPortMode[4]; 980 976 981 /** Pointer to the key consumer -> provider (that's us) callbacks. */ 977 982 struct MYPDMISECKEY : public PDMISECKEY
Note:
See TracChangeset
for help on using the changeset viewer.