fixed inline virtual destructor

This commit is contained in:
Jeff Hill
2000-08-25 15:02:29 +00:00
parent e1a25e18b1
commit 5fcac78ee1
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ protected:
void lock () const;
void unlock () const;
private:
tsDLList <nciu> chidList;
tsDLList < nciu > chidList;
class cac &cacRef;
osiMutex mutex;
+3
View File
@@ -14,6 +14,9 @@
#include "nciu_IL.h"
#include "claimMsgCache_IL.h"
netiiu::~netiiu ()
{
}
void netiiu::show ( unsigned /* level */ ) const
{
-4
View File
@@ -23,10 +23,6 @@ inline netiiu::netiiu ( cac &cacIn ) :
{
}
inline netiiu::~netiiu ()
{
}
inline cac & netiiu::clientCtx () const
{
return this->cacRef;