summaryrefslogtreecommitdiff
path: root/comm/OLD/PortServerReq.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/OLD/PortServerReq.h')
-rw-r--r--comm/OLD/PortServerReq.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/comm/OLD/PortServerReq.h b/comm/OLD/PortServerReq.h
index febde80..28ddc61 100644
--- a/comm/OLD/PortServerReq.h
+++ b/comm/OLD/PortServerReq.h
@@ -17,6 +17,7 @@
#include "MsgBuffer.h"
#include "Message.h"
+#include "ccu/String.h"
enum PortServMessages {
PortServRegister, PortServRemove, PortServInquire,
@@ -29,7 +30,7 @@ public:
sword Type;
lword Host;
sword Port;
- const char* Key;
+ CcuString Key;
lword Ident;
UchPortServerReq ();
@@ -38,8 +39,8 @@ public:
~UchPortServerReq ();
inline void SetKey (const char* k) { Key = k; }
- void ReadFrom (UchMsgBuffer&, lword);
- void WriteTo (UchMsgBuffer&);
+ void ReadFrom (UchIOS&, lword);
+ void WriteTo (UchIOS&);
};
#endif /* PortServerReq_H_ */