fixed inline virtual destructor
This commit is contained in:
+1
-1
@@ -545,7 +545,7 @@ protected:
|
||||
void lock () const;
|
||||
void unlock () const;
|
||||
private:
|
||||
tsDLList <nciu> chidList;
|
||||
tsDLList < nciu > chidList;
|
||||
class cac &cacRef;
|
||||
osiMutex mutex;
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
#include "nciu_IL.h"
|
||||
#include "claimMsgCache_IL.h"
|
||||
|
||||
netiiu::~netiiu ()
|
||||
{
|
||||
}
|
||||
|
||||
void netiiu::show ( unsigned /* level */ ) const
|
||||
{
|
||||
|
||||
@@ -23,10 +23,6 @@ inline netiiu::netiiu ( cac &cacIn ) :
|
||||
{
|
||||
}
|
||||
|
||||
inline netiiu::~netiiu ()
|
||||
{
|
||||
}
|
||||
|
||||
inline cac & netiiu::clientCtx () const
|
||||
{
|
||||
return this->cacRef;
|
||||
|
||||
Reference in New Issue
Block a user