freebsd-ports/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h
2004-08-25 11:44:39 +00:00

12 lines
609 B
C++

--- ../ecos/host/tools/Utils/common/eCosSerial.h~ Fri Aug 25 19:32:40 2000
+++ ../ecos/host/tools/Utils/common/eCosSerial.h Wed Aug 25 08:14:27 2004
@@ -50,7 +50,7 @@
// This class is a host-independent interface to a serial port
//=================================================================
class CeCosSerial {
- friend CeCosSocket::SSReadResult CeCosSocket::SSRead (CeCosSerial &serial,CeCosSocket &socket,void *pBuf,unsigned int nSize,unsigned int &nRead,bool *pbStop);
+ friend class CeCosSocket;
public:
enum StopBitsType { ONE_STOP_BIT, ONE_POINT_FIVE_STOP_BITS, TWO_STOP_BITS };