db_bridge/mysql_db.cpp
changeset 40 be3f5582b839
parent 22 0db9235d68d9
child 65 76514757b0d6
equal deleted inserted replaced
39:46d7ec9d63bd 40:be3f5582b839
     1 /**
     1 /**
     2  * db_bridge/mysql_db.cpp
     2  * db_bridge/mysql_db.cpp
     3  * Copyright 2008 (C) Markus Broeker
     3  * Copyright 2008 (C) Markus Broeker
     4  */
     4  */
     5 
     5 
       
     6 #include <cstdlib>
     6 #include <mysql_db.h>
     7 #include <mysql_db.h>
     7 #include <console.h>
     8 #include <console.h>
     8 
     9 
     9 MySQL_DB::MySQL_DB (std::string srv, std::string usr, std::string pwd, std::string db)
    10 MySQL_DB::MySQL_DB (std::string srv, std::string usr, std::string pwd, std::string db)
    10 {
    11 {