#include "MySQLConnection.h" void OpenConnection() { MySQLConnection * mysqlcon = 0; mysqlcon->Open(); }