From 43fef5d326ff6de168d1c33d167c29fee68f28f0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 29 Aug 2000 17:33:08 +0000 Subject: [PATCH] removed declaration for unused class --- src/ca/iocinf.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index 356044f54..919d74501 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -656,26 +656,6 @@ private: void repeaterAckAction ( const caHdr &msg, const osiSockAddr &net_addr ); }; -class pendingClaimsTimer : public osiTimer { -public: - pendingClaimsTimer ( tcpiiu &iiuIn, osiTimerQueue & queueIn ); - - static void * operator new ( size_t size ); - static void operator delete ( void *pCadaver, size_t size ); - -private: - void expire (); - void destroy (); - bool again () const; - double delay () const; - const char *name () const; - ~pendingClaimsTimer (); - - //tcpiiu &iiu; - - static tsFreeList < class pendingClaimsTimer, 1024 > freeList; -}; - class tcpRecvWatchdog : public osiTimer { public: tcpRecvWatchdog (double periodIn, osiTimerQueue & queueIn, bool echoProtocolAcceptedIn);