From cbb1752ce6b9b55130d355469111e3aaa1a58433 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 10:00:48 +0000 Subject: char* -> CcuString MsgBuffer -> IOS --- comm/OLD/PortServerReq.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'comm') 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_ */ -- cgit v1.1