comparison sources/headers/network.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 a7051ac7118b
children 9be05a31b7f9
comparison
equal deleted inserted replaced
4:a7051ac7118b 5:0faceb076254
22 #ifndef _NETWORK_HPP_ 22 #ifndef _NETWORK_HPP_
23 #define _NETWORK_HPP_ 23 #define _NETWORK_HPP_
24 24
25 #include "core.hpp" 25 #include "core.hpp"
26 26
27 class Network { 27 class Network
28 28 {
29 public: 29 public:
30 Network(); 30 Network();
31 ~Network(); 31 ~Network();
32 32
33 void sendMsg(string); 33 void sendMsg(string);