aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/socket.h (renamed from src/ssocket.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ssocket.h b/src/socket.h
index ce02091..8ccde71 100644
--- a/src/ssocket.h
+++ b/src/socket.h
@@ -1,5 +1,5 @@
1#ifndef S_SOCKET_H 1#ifndef SOCKET_H
2#define S_SOCKET_H 2#define SOCKET_H
3 3
4#include <stdint.h> 4#include <stdint.h>
5 5
@@ -10,11 +10,11 @@ namespace Bu
10 /** 10 /**
11 * 11 *
12 */ 12 */
13 class SSocket : public Stream 13 class Socket : public Stream
14 { 14 {
15 public: 15 public:
16 SSocket(); 16 Socket();
17 virtual ~SSocket(); 17 virtual ~Socket();
18 18
19 private: 19 private:
20 20