summaryrefslogtreecommitdiff
path: root/comm/OLD
diff options
context:
space:
mode:
authorchatty1993-07-27 13:53:27 +0000
committerchatty1993-07-27 13:53:27 +0000
commitbda1614db71943e051bd153f48c1e8071d66b5c8 (patch)
tree67375685ecbe60b1f1676130949a2f36372aac10 /comm/OLD
parent2e3c0ecb10f9523058e4b59c77bd9494f1679511 (diff)
downloadivy-league-bda1614db71943e051bd153f48c1e8071d66b5c8.zip
ivy-league-bda1614db71943e051bd153f48c1e8071d66b5c8.tar.gz
ivy-league-bda1614db71943e051bd153f48c1e8071d66b5c8.tar.bz2
ivy-league-bda1614db71943e051bd153f48c1e8071d66b5c8.tar.xz
Move MyMpx to UchChannel
Diffstat (limited to 'comm/OLD')
-rw-r--r--comm/OLD/TextStream.h6
1 files changed, 1 insertions, 5 deletions
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); }