summaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/socket.h b/src/socket.h
index d81aea2..3f95e69 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.5 2005/05/03 17:13:25 deva
+ * Fixed some missong Info object references.
+ *
* Revision 1.4 2005/05/03 08:31:59 deva
* Removed the error object, and replaced it with a more generic info object.
*
@@ -56,8 +59,8 @@
class Socket {
public:
- Socket(Info *ginfo = NULL);
- Socket(u_short port, Info *ginfo = NULL);
+ Socket(Info *ginfo);
+ Socket(u_short port, Info *ginfo);
~Socket();
Socket slisten();
int sconnect(char *ip);