changeset 27 | 17e35ffe449b |
parent 0 | 7f656887cf89 |
--- a/plugins/consoles/vt100cons/inc/vtc_serial.h Fri Aug 06 17:00:19 2010 +0100 +++ b/plugins/consoles/vt100cons/inc/vtc_serial.h Tue Aug 10 12:33:46 2010 +0100 @@ -24,13 +24,14 @@ class TPortConfig { public: - TPortConfig() : iRate(EBpsAutobaud) {} + TPortConfig() : iRate(EBpsAutobaud), iDebug(EFalse) {} TPtrC iPdd; TPtrC iLdd; TPtrC iCsy; TPtrC iPort; TBps iRate; + TBool iDebug; };