Changeset 4865 for trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc
- Timestamp:
- 09/05/04 18:56:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc
r4105 r4865 90 90 } 91 91 92 bool MCeCoCom::Send(const char *cmd, const char *str )92 bool MCeCoCom::Send(const char *cmd, const char *str, bool force=kFALSE) 93 93 { 94 94 MTime t; … … 113 113 str); 114 114 115 const bool rc = MTcpIpIO::Send(msg );115 const bool rc = MTcpIpIO::Send(msg, force); 116 116 fComStat = rc ? kNoCmdReceived : kComProblem; 117 117 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.