fixed gnu warnings

This commit is contained in:
Jeff Hill
2001-04-16 23:46:32 +00:00
parent 84bec6ceba
commit 8d5075b441

View File

@@ -53,7 +53,7 @@ public:
void operator delete ( void *pCadaver, size_t size );
void destroy ();
protected:
~dbPutNotifyBlocker ();
virtual ~dbPutNotifyBlocker ();
private:
putNotify pn;
epicsEvent block;
@@ -78,7 +78,7 @@ public:
void * operator new ( size_t size );
void operator delete ( void *pCadaver, size_t size );
protected:
~dbSubscriptionIO ();
virtual ~dbSubscriptionIO ();
private:
cacDataNotify &notify;
dbChannelIO &chan;