Changeset 17191 for trunk/FACT++


Ignore:
Timestamp:
09/19/13 16:25:50 (11 years ago)
Author:
tbretz
Message:
There is no need to wiat for the commad to be sent.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimServiceInfoList.cc

    r17183 r17191  
    696696#endif
    697697
    698     const int rc = DimClient::sendCommand(cmd.c_str(), (void*)v.data(), v.size());
    699     if (!rc)
    700         throw runtime_error("ERROR - Sending command "+cmd+" failed.");
     698    DimClient::sendCommandNB(cmd.c_str(), (void*)v.data(), v.size());
    701699}
    702700
Note: See TracChangeset for help on using the changeset viewer.