Ignore:
Timestamp:
07/19/11 21:03:37 (13 years ago)
Author:
tbretz
Message:
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
File:
1 edited

Legend:

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

    r11473 r11479  
    193193        const string server = what[3];
    194194        const string db     = fDBName.empty() ? what[6] : fDBName;
    195         const int    port   = atoi(string(what[5]).c_str());
     195        const int    port   = stoi(what[5]);
    196196
    197197        ostringstream dbnamemsg;
Note: See TracChangeset for help on using the changeset viewer.