Update of /cvsroot/com0com/hub4com/plugins/serial
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25976/plugins/serial
Modified Files:
port.cpp
Log Message:
Renamed option --use-port-module to --use-driver
Index: port.cpp
===================================================================
RCS file: /cvsroot/com0com/hub4com/plugins/serial/port.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** port.cpp 7 Apr 2008 12:28:03 -0000 1.3
--- port.cpp 14 Apr 2008 07:32:04 -0000 1.4
***************
*** 20,23 ****
--- 20,26 ----
*
* $Log$
+ * Revision 1.4 2008/04/14 07:32:04 vfrolov
+ * Renamed option --use-port-module to --use-driver
+ *
* Revision 1.3 2008/04/07 12:28:03 vfrolov
* Replaced --rt-events option by SET_RT_EVENTS message
***************
*** 40,44 ****
static PLUGIN_TYPE CALLBACK GetPluginType()
{
! return PLUGIN_TYPE_PORT;
}
///////////////////////////////////////////////////////////////
--- 43,47 ----
static PLUGIN_TYPE CALLBACK GetPluginType()
{
! return PLUGIN_TYPE_DRIVER;
}
///////////////////////////////////////////////////////////////
***************
*** 60,64 ****
cerr
<< "Usage:" << endl
! << " " << pProgPath << " ... [--use-port-module=" << GetPluginAbout()->pName << "] <com port> ..." << endl
<< endl
<< "Options:" << endl
--- 63,67 ----
cerr
<< "Usage:" << endl
! << " " << pProgPath << " ... [--use-driver=" << GetPluginAbout()->pName << "] <com port> ..." << endl
<< endl
<< "Options:" << endl
|