removed unused code

This commit is contained in:
Jeff Hill
2001-08-13 21:06:38 +00:00
parent 2f50543112
commit f77bdc3b54
+7 -1
View File
@@ -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 &notify;
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