Honeycomb  0.1
Component-Model Framework
Socket.h
Go to the documentation of this file.
1 // Honeycomb, Copyright (C) 2015 NewGamePlus Inc. Distributed under the Boost Software License v1.0.
2 #pragma once
3 
4 #include "Honey/Net/Stream.h"
6 
7 namespace honey
8 {
10 namespace net
11 {
12 
14 namespace socket
15 {
16 }
17 
20 {
21 public:
22 
23 };
24 
25 } }
Inherit to declare that class is not copyable.
Definition: Meta.h:286
Socket class.
Definition: Socket.h:19
Global Honeycomb namespace.