- Timestamp:
- 06/02/12 21:33:54 (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/FACT++/src/Database.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/FACT++/src/Database.hr14046 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.
  
