aboutsummaryrefslogtreecommitdiff
path: root/src/socket.cpp
blob: c5c592bee7fb208056c72e6608479ea649721456 (plain)
1
2
3
4
5
6
7
8
9
10
#include "socket.h"

Bu::Socket::Socket()
{
}

Bu::Socket::~Socket()
{
}