--- branches/linux-serial/H7Serial.cpp 2007/02/04 23:11:02 46 +++ branches/linux-serial/H7Serial.cpp 2007/02/05 10:10:18 54 @@ -1,7 +1,5 @@ -#ifdef _WINDOWS -#include "StdAfx.h" -#endif +#include "stdafx.h" #include "H7Serial.h" #include @@ -12,7 +10,7 @@ { } -CH7Serial::CH7Serial(char* port, int bitrate) +CH7Serial::CH7Serial(char* port, Baudrate bitrate) : CSlipSerial(port, bitrate) { }