comparison sources/headers/connection.hpp @ 5:0faceb076254

code clean up added PID to the default Core argument bool => true|false
author Vlad Glagolev <enqlave@gmail.com>
date Thu, 24 Jan 2008 21:00:52 +0300
parents 19227b0b7cc1
children 8d54d9fdeca3
comparison
equal deleted inserted replaced
4:a7051ac7118b 5:0faceb076254
22 #ifndef _CONNECTION_HPP_ 22 #ifndef _CONNECTION_HPP_
23 #define _CONNECTION_HPP_ 23 #define _CONNECTION_HPP_
24 24
25 #include "network.hpp" 25 #include "network.hpp"
26 26
27 class Connection 27 class Connection: public Network
28 : public Network
29 { 28 {
30 public: 29 public:
31 Connection(); 30 Connection();
32 ~Connection(); 31 ~Connection();
33 32