1 // Connection.cpp 2 3 #include "Connection.h" 4 5 // Connection 6 7 // constructor 8 Connection::Connection() 9 { 10 } 11 12 // destructor 13 Connection::~Connection() 14 { 15 } 16 17
1 // Connection.cpp 2 3 #include "Connection.h" 4 5 // Connection 6 7 // constructor 8 Connection::Connection() 9 { 10 } 11 12 // destructor 13 Connection::~Connection() 14 { 15 } 16 17