From a159d11a1f07c5e30fc8d120cd6f035b90e35d66 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 11:17:49 +0000 Subject: Removed useless default constructor --- comm/Stream.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'comm/Stream.h') diff --git a/comm/Stream.h b/comm/Stream.h index 3a4282d..a8c4a56 100644 --- a/comm/Stream.h +++ b/comm/Stream.h @@ -20,14 +20,12 @@ class UchStream : public UchSocket { public: - UchStream (); - UchStream (UchAddress*, UchAddress*); + UchStream (UchAddress* = 0, UchAddress* = 0); ~UchStream (); UchStream (const UchStream&); UchChannel* Copy () const; int SockType (); int Listen (int = 5); - UchSocket* SockAccept (); }; #endif /* Stream_H_ */ -- cgit v1.1