- Timestamp:
- 05/31/12 16:46:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/timecheck.cc
r13991 r14004 28 28 enum 29 29 { 30 kStateOutOfRange = 1 30 kStateOutOfRange = 1, 31 31 kStateRunning = 2, 32 32 }; … … 46 46 Info("Calling '"+cmd+"'"); 47 47 48 // !!!!! Warning: this is a blocking operation !!!!! 48 49 FILE *pipe = popen(cmd.c_str(), "r"); 49 50 if (!pipe)
Note:
See TracChangeset
for help on using the changeset viewer.