From 3a1b4d578a18e200168cfeddba0b8a12f552f2e1 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 17 Aug 1993 16:11:53 +0000 Subject: Added Multiplexer arg to constr and Init of TextService --- comm/OLD/TextStream.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'comm/OLD/TextStream.h') diff --git a/comm/OLD/TextStream.h b/comm/OLD/TextStream.h index 0b31192..d7527ad 100644 --- a/comm/OLD/TextStream.h +++ b/comm/OLD/TextStream.h @@ -109,6 +109,7 @@ inline void Send (const UchTextLine& l) { Append (l); DoSend (); } class UchTextService : public UchTextStream { friend class UchServiceStarter; + public: enum status { isUnavailable, // address not found in port server @@ -135,10 +136,10 @@ virtual void AbandonRestart (); void DoSend (); public: - UchTextService (const char*, const char* = 0); + UchTextService (UchBaseMultiplexer&, const char*, const char* = 0); UchTextService (); ~UchTextService (); - void Init (const char*, const char* = 0); + void Init (UchBaseMultiplexer&, const char*, const char* = 0); status GetStatus () { return StatusFlag; } int GetRetryTime (); int GetMaxRetries (); -- cgit v1.1