summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comm/OLD/TextStream.h5
1 files changed, 3 insertions, 2 deletions
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 ();