From f77bdc3b542aec8840adb6d65367ad73bba89557 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 13 Aug 2001 21:06:38 +0000 Subject: [PATCH] removed unused code --- src/ca/cac.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ca/cac.h b/src/ca/cac.h index 36bb12107..d16fbc793 100644 --- a/src/ca/cac.h +++ b/src/ca/cac.h @@ -136,6 +136,7 @@ public: void notifyNewFD ( SOCKET ) const; void notifyDestroyFD ( SOCKET ) const; void uninstallIIU ( tcpiiu &iiu ); + bool preemptiveCallbackEnable () const; private: ipAddrToAsciiEngine ipToAEngine; @@ -175,7 +176,7 @@ private: *pRepeaterSubscribeTmr; void *tcpSmallRecvBufFreeList; void *tcpLargeRecvBufFreeList; - cacNotify ¬ify; + cacNotify & notify; unsigned initializingThreadsPriority; unsigned maxRecvBytesTCP; unsigned pndRecvCnt; @@ -340,5 +341,10 @@ inline bool cac::ioComplete () const return ( this->pndRecvCnt == 0u ); } +inline bool cac::preemptiveCallbackEnable () const +{ + return this->enablePreemptiveCallback; +} + #endif // ifdef cach