aboutsummaryrefslogtreecommitdiff
path: root/src/ssocket.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-04-10 20:16:19 +0000
committerMike Buland <eichlan@xagasoft.com>2007-04-10 20:16:19 +0000
commit070374dde0f53bff26078550997f7682e84412e5 (patch)
treed9088b02e9b5f08f25d7f07f3a26035eea00e8e9 /src/ssocket.h
parente7ab7cb1604c04763bbdcece5885e6ce5aa100b4 (diff)
downloadlibbu++-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 'src/ssocket.h')
-rw-r--r--src/ssocket.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/ssocket.h b/src/ssocket.h
deleted file mode 100644
index ce02091..0000000
--- a/src/ssocket.h
+++ /dev/null
@@ -1,24 +0,0 @@
1#ifndef S_SOCKET_H
2#define S_SOCKET_H
3
4#include <stdint.h>
5
6#include "stream.h"
7
8namespace Bu
9{
10 /**
11 *
12 */
13 class SSocket : public Stream
14 {
15 public:
16 SSocket();
17 virtual ~SSocket();
18
19 private:
20
21 };
22}
23
24#endif