aboutsummaryrefslogtreecommitdiff
path: root/src/stable/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/socket.cpp')
-rw-r--r--src/stable/socket.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stable/socket.cpp b/src/stable/socket.cpp
new file mode 100644
index 0000000..95c8773
--- /dev/null
+++ b/src/stable/socket.cpp
@@ -0,0 +1,10 @@
1#include "bu/socket.h"
2
3Bu::Socket::Socket()
4{
5}
6
7Bu::Socket::~Socket()
8{
9}
10