[Com0com-cvs] hub4com/plugins/linectl filter.cpp,1.5,1.6
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2008-11-13 07:48:40
|
Update of /cvsroot/com0com/hub4com/plugins/linectl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6989 Modified Files: filter.cpp Log Message: Changed for staticaly linking Index: filter.cpp =================================================================== RCS file: /cvsroot/com0com/hub4com/plugins/linectl/filter.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** filter.cpp 22 Oct 2008 08:27:26 -0000 1.5 --- filter.cpp 13 Nov 2008 07:48:35 -0000 1.6 *************** *** 20,23 **** --- 20,26 ---- * * $Log$ + * Revision 1.6 2008/11/13 07:48:35 vfrolov + * Changed for staticaly linking + * * Revision 1.5 2008/10/22 08:27:26 vfrolov * Added ability to set bytesize, parity and stopbits separately *************** *** 39,43 **** #include "precomp.h" #include "../plugins_api.h" ! /////////////////////////////////////////////////////////////// static ROUTINE_MSG_INSERT_VAL *pMsgInsertVal = NULL; --- 42,47 ---- #include "precomp.h" #include "../plugins_api.h" ! /////////////////////////////////////////////////////////////// ! namespace FilterLineCtl { /////////////////////////////////////////////////////////////// static ROUTINE_MSG_INSERT_VAL *pMsgInsertVal = NULL; *************** *** 347,348 **** --- 351,354 ---- } /////////////////////////////////////////////////////////////// + } // end namespace + /////////////////////////////////////////////////////////////// |