diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index e5ffa56d2..e2f267541 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -545,7 +545,7 @@ protected: void lock () const; void unlock () const; private: - tsDLList chidList; + tsDLList < nciu > chidList; class cac &cacRef; osiMutex mutex; diff --git a/src/ca/netiiu.cpp b/src/ca/netiiu.cpp index 600f069b6..e5a63a098 100644 --- a/src/ca/netiiu.cpp +++ b/src/ca/netiiu.cpp @@ -14,6 +14,9 @@ #include "nciu_IL.h" #include "claimMsgCache_IL.h" +netiiu::~netiiu () +{ +} void netiiu::show ( unsigned /* level */ ) const { diff --git a/src/ca/netiiu_IL.h b/src/ca/netiiu_IL.h index 546bf830e..576543297 100644 --- a/src/ca/netiiu_IL.h +++ b/src/ca/netiiu_IL.h @@ -23,10 +23,6 @@ inline netiiu::netiiu ( cac &cacIn ) : { } -inline netiiu::~netiiu () -{ -} - inline cac & netiiu::clientCtx () const { return this->cacRef;