forked from sixonionpotatoes/commons
add server/client to namespace commons
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "boost/bind.hpp"
|
||||
|
||||
namespace commons {
|
||||
|
||||
class client {
|
||||
public:
|
||||
client(boost::asio::io_service& io_service,
|
||||
@@ -26,3 +28,5 @@ class client {
|
||||
std::string message_;
|
||||
unsigned short port_;
|
||||
};
|
||||
|
||||
} // namespace commons
|
||||
|
||||
Reference in New Issue
Block a user