diff --git a/src/ca/cacIO.h b/src/ca/cacIO.h index e51fcd962..0d5b1597f 100644 --- a/src/ca/cacIO.h +++ b/src/ca/cacIO.h @@ -41,7 +41,7 @@ class epicsShareClass cacNotifyIO { public: cacNotifyIO ( cacNotify & ); virtual ~cacNotifyIO () = 0; - virtual void destroy () = 0; + virtual void uninstall () = 0; void completionNotify (); void completionNotify ( unsigned type, unsigned long count, const void *pData ); void exceptionNotify ( int status, const char *pContext );