Changeset 11479 for trunk/FACT++/src/scheduler.cc
- Timestamp:
- 07/19/11 21:03:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/scheduler.cc
r11473 r11479 193 193 const string server = what[3]; 194 194 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]); 196 196 197 197 ostringstream dbnamemsg;
Note:
See TracChangeset
for help on using the changeset viewer.