From bda1614db71943e051bd153f48c1e8071d66b5c8 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 27 Jul 1993 13:53:27 +0000 Subject: Move MyMpx to UchChannel --- comm/OLD/TextStream.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'comm/OLD') diff --git a/comm/OLD/TextStream.h b/comm/OLD/TextStream.h index cb43fe3..0b31192 100644 --- a/comm/OLD/TextStream.h +++ b/comm/OLD/TextStream.h @@ -83,11 +83,8 @@ enum cmd_res { protected: UchMsgBuffer InBuffer; UchMsgBuffer OutBuffer; - UchMultiplexer* MyMpx; virtual void Closing (bool); - void AddNotify (UchMultiplexer&); - void RemoveNotify (UchMultiplexer&); void HandleRead (); void ProcessCmdResult (cmd_res, const UchTextLine&); cmd_res TryPredefined (const UchTextLine&); @@ -98,8 +95,7 @@ public: UchTextStream (); ~UchTextStream (); UchTextStream (const UchTextStream&); - UchChannel* Copy () const; -inline UchMultiplexer* GetMultiplexer () const { return MyMpx; } +// UchChannel* Copy () const; virtual void Close (); // 'close' request virtual void Quit (); // 'quit' request inline void Append (const char* l) { OutBuffer.Append (l, FALSE); } -- cgit v1.1