diff --git a/src/ca/netIO.h b/src/ca/netIO.h index f195f4fae..04f3d99af 100644 --- a/src/ca/netIO.h +++ b/src/ca/netIO.h @@ -33,6 +33,7 @@ class baseNMIU : public tsDLNode < baseNMIU >, public chronIntIdRes < baseNMIU > { public: baseNMIU ( nciu &chan ); + /*virtual*/ ~baseNMIU (); virtual void destroy ( class cacRecycle & ) = 0; // only called by cac virtual void completion () = 0; virtual void exception ( int status, @@ -47,7 +48,6 @@ public: ca_uint32_t getID () const; nciu & channel () const; protected: - virtual ~baseNMIU (); // // perhaps we should not store the channel here and instead fetch it out of the // notify