- Timestamp:
- 06/02/12 21:33:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Database.h
r14046 r14047 30 30 server = what[5]; 31 31 db = what[9]; 32 port = stoi(std::string(what[7])); 32 33 try 34 { 35 port = stoi(std::string(what[7])); 36 } 37 catch (...) 38 { 39 port = 0; 40 } 33 41 } 34 42
Note:
See TracChangeset
for help on using the changeset viewer.