Changeset 17183 for trunk/FACT++
- Timestamp:
- 09/19/13 16:16:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimServiceInfoList.cc
r17174 r17183 696 696 #endif 697 697 698 DimClient::sendCommandNB(cmd.c_str(), (void*)v.data(), v.size()); 699 // const int rc = DimClient::sendCommand(cmd.c_str(), (void*)v.data(), v.size()); 700 // if (!rc) 701 // throw runtime_error("ERROR - Sending command "+cmd+" failed."); 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."); 702 701 } 703 702
Note:
See TracChangeset
for help on using the changeset viewer.