diff options
Diffstat (limited to 'src/ssocket.cpp')
-rw-r--r-- | src/ssocket.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ssocket.cpp b/src/ssocket.cpp index bdaac24..85a2da0 100644 --- a/src/ssocket.cpp +++ b/src/ssocket.cpp | |||
@@ -1,9 +1,9 @@ | |||
1 | #include "ssocket.h" | 1 | #include "ssocket.h" |
2 | 2 | ||
3 | SSocket::SSocket() | 3 | Bu::SSocket::SSocket() |
4 | { | 4 | { |
5 | } | 5 | } |
6 | 6 | ||
7 | SSocket::~SSocket() | 7 | Bu::SSocket::~SSocket() |
8 | { | 8 | { |
9 | } | 9 | } |