diff options
Diffstat (limited to '')
-rw-r--r-- | src/protocol.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp new file mode 100644 index 0000000..0976b3b --- /dev/null +++ b/src/protocol.cpp | |||
@@ -0,0 +1,12 @@ | |||
1 | #include "bu/protocol.h" | ||
2 | |||
3 | using namespace Bu; | ||
4 | |||
5 | Bu::Protocol::Protocol() | ||
6 | { | ||
7 | } | ||
8 | |||
9 | Bu::Protocol::~Protocol() | ||
10 | { | ||
11 | } | ||
12 | |||