From bb628f35553d9d944e6c56e8ce58d8e6493d72ef Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 29 Nov 1993 12:29:08 +0000 Subject: New syntax for CcuIdTables --- comm/OLD/dgram.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'comm/OLD/dgram.h') diff --git a/comm/OLD/dgram.h b/comm/OLD/dgram.h index 143687e..43dff17 100644 --- a/comm/OLD/dgram.h +++ b/comm/OLD/dgram.h @@ -34,12 +34,14 @@ public: ~UchDGRAM_TIMER (); }; +class PENDING; + class UchDGRAM : public UchDatagram { protected: - CcuIdTable pending; // pending messages + CcuIdTableOf pending; // pending messages sword npending; // number of pending messages short retry; // retry times - CcuList input; // input messages + CcuListOf input; // input messages sword ninput; // number of input messages pUchAddress fromAddr; // address of last acknowledged message lword outId; // id of message sent -- cgit v1.1