diff --git a/src/ca/netIO.h b/src/ca/netIO.h index 7ae4b2e22..5dc7e404d 100644 --- a/src/ca/netIO.h +++ b/src/ca/netIO.h @@ -24,7 +24,6 @@ class baseNMIU : public tsDLNode < baseNMIU >, public chronIntIdRes < baseNMIU > { public: baseNMIU ( nciu &chan ); - virtual class netSubscription * isSubscription (); virtual void destroy ( class cacRecycle & ) = 0; // only called by cac virtual void completion () = 0; virtual void exception ( int status, @@ -34,6 +33,7 @@ public: arrayElementCount count ) = 0; virtual void completion ( unsigned type, arrayElementCount count, const void *pData ) = 0; + virtual class netSubscription * isSubscription (); void show ( unsigned level ) const; ca_uint32_t getID () const; nciu & channel () const; diff --git a/src/ca/netWriteNotifyIO.cpp b/src/ca/netWriteNotifyIO.cpp index 3e93b260f..8ca7972aa 100644 --- a/src/ca/netWriteNotifyIO.cpp +++ b/src/ca/netWriteNotifyIO.cpp @@ -66,5 +66,3 @@ void netWriteNotifyIO::completion ( unsigned /* type */, - -