Changeset 10869 for trunk/FACT++/src/triggerschedule.cc
- Timestamp:
- 05/27/11 15:17:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/triggerschedule.cc
r10797 r10869 49 49 "be actualy sent to the server and return a completion code " 50 50 "of:\n" 51 " 1- if it was successfully sent.\n"52 " 0- if it couldn't be delivered.\n "51 " 0 - if it was successfully sent.\n" 52 " 1 - if it couldn't be delivered.\n " 53 53 << endl; 54 54 /* Additional help text which is printed after the configuration … … 102 102 cout << "Command issued successfully." << endl; 103 103 104 return rc;104 return !rc; 105 105 }
Note:
See TracChangeset
for help on using the changeset viewer.