From 099291cc4cc648c1938a7245d9abccbc6738a46d Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 3 May 2005 17:13:25 +0000 Subject: Fixed some missong Info object references. --- src/socket.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/socket.h') 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); -- cgit v1.2.3