diff options
author | Mike Buland <eichlan@xagasoft.com> | 2023-07-28 21:18:56 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2023-07-28 21:18:56 -0700 |
commit | 915005e218b5d00939b548de65ce6354f7acb487 (patch) | |
tree | 2f624a37f86f97cfd61c1995df7e4368b462bcac /src/stable/serversocket.cpp | |
parent | e43a2cac32cb773994b11a3d964ec4acc372d273 (diff) | |
download | libbu++-915005e218b5d00939b548de65ce6354f7acb487.tar.gz libbu++-915005e218b5d00939b548de65ce6354f7acb487.tar.bz2 libbu++-915005e218b5d00939b548de65ce6354f7acb487.tar.xz libbu++-915005e218b5d00939b548de65ce6354f7acb487.zip |
Completely redesigned Server and Client.
Like, seriously, they're almost completely different.
Diffstat (limited to '')
-rw-r--r-- | src/stable/serversocket.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stable/serversocket.cpp b/src/stable/serversocket.cpp new file mode 100644 index 0000000..f0384b7 --- /dev/null +++ b/src/stable/serversocket.cpp | |||
@@ -0,0 +1,10 @@ | |||
1 | #include "bu/serversocket.h" | ||
2 | |||
3 | Bu::ServerSocket::ServerSocket() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Bu::ServerSocket::~ServerSocket() | ||
8 | { | ||
9 | } | ||
10 | |||