From dc3d2b9ff96f475aaee346eec8ab8c13acf39997 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 25 Jan 2001 02:11:12 +0000 Subject: [PATCH] removed destroy method and added uninstall method --- src/ca/cacIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );