From e5f5ffdee474035191bd7abfb165badf5fd70918 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 26 Apr 2002 02:04:48 +0000 Subject: [PATCH] workaround for sun pro bug --- src/ca/netIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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