Guest User

Untitled

a guest
Apr 26th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. struct DatabaseSettings
  2. {
  3. CStdString type;
  4. CStdString host;
  5. CStdString port;
  6. CStdString user;
  7. CStdString pass;
  8. CStdString name;
  9. DatabaseSettings() : type(""), host(""), port(""), user(""), pass(""), name("") {;};
  10. };
Add Comment
Please, Sign In to add comment