diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index c9dee20..9972639 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -1,3 +1,9 @@ | |||
1 | /*=========================================================================*\ | ||
2 | * Socket class: inherits from the File Descriptor class and is here just | ||
3 | * for extensibility in the future | ||
4 | * | ||
5 | * RCS ID: $id$ | ||
6 | \*=========================================================================*/ | ||
1 | #ifndef SOCK_H_ | 7 | #ifndef SOCK_H_ |
2 | #define SOCK_H_ | 8 | #define SOCK_H_ |
3 | 9 | ||