Ignore:
Timestamp:
09/05/04 18:56:47 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc

    r4105 r4865  
    9090}
    9191
    92 bool MCeCoCom::Send(const char *cmd, const char *str)
     92bool MCeCoCom::Send(const char *cmd, const char *str, bool force=kFALSE)
    9393{
    9494    MTime t;
     
    113113             str);
    114114
    115     const bool rc = MTcpIpIO::Send(msg);
     115    const bool rc = MTcpIpIO::Send(msg, force);
    116116    fComStat = rc ? kNoCmdReceived : kComProblem;
    117117    return rc;
Note: See TracChangeset for help on using the changeset viewer.