Changeset 14004 for trunk


Ignore:
Timestamp:
05/31/12 16:46:32 (12 years ago)
Author:
tbretz
Message:
Fixed a minor compilation issue
File:
1 edited

Legend:

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

    r13991 r14004  
    2828    enum
    2929    {
    30         kStateOutOfRange = 1
     30        kStateOutOfRange = 1,
    3131        kStateRunning    = 2,
    3232    };
     
    4646        Info("Calling '"+cmd+"'");
    4747
     48        // !!!!! Warning: this is a blocking operation !!!!!
    4849        FILE *pipe = popen(cmd.c_str(), "r");
    4950        if (!pipe)
Note: See TracChangeset for help on using the changeset viewer.