removed destroy method and added uninstall method

This commit is contained in:
Jeff Hill
2001-01-25 02:11:12 +00:00
parent d3dc9bee2b
commit dc3d2b9ff9

View File

@@ -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 );