[Com0com-cvs] hub4com/plugins/tcp port.cpp,1.3,1.4
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2008-08-15 12:45:06
|
Update of /cvsroot/com0com/hub4com/plugins/tcp In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21436/plugins/tcp Modified Files: port.cpp Log Message: Added fake read filter method to ports Index: port.cpp =================================================================== RCS file: /cvsroot/com0com/hub4com/plugins/tcp/port.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** port.cpp 14 Apr 2008 07:32:04 -0000 1.3 --- port.cpp 15 Aug 2008 12:44:59 -0000 1.4 *************** *** 20,23 **** --- 20,26 ---- * * $Log$ + * Revision 1.4 2008/08/15 12:44:59 vfrolov + * Added fake read filter method to ports + * * Revision 1.3 2008/04/14 07:32:04 vfrolov * Renamed option --use-port-module to --use-driver *************** *** 247,250 **** --- 250,254 ---- Init, Start, + NULL, // FakeReadFilter Write, AddXoff, |