diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 20:16:19 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 20:16:19 +0000 |
commit | 070374dde0f53bff26078550997f7682e84412e5 (patch) | |
tree | d9088b02e9b5f08f25d7f07f3a26035eea00e8e9 /src/socket.h | |
parent | e7ab7cb1604c04763bbdcece5885e6ce5aa100b4 (diff) | |
download | libbu++-070374dde0f53bff26078550997f7682e84412e5.tar.gz libbu++-070374dde0f53bff26078550997f7682e84412e5.tar.bz2 libbu++-070374dde0f53bff26078550997f7682e84412e5.tar.xz libbu++-070374dde0f53bff26078550997f7682e84412e5.zip |
I did it, the streams don't start with an S now.
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 | ||