add void return

This commit is contained in:
Marty Kraimer
2001-03-26 19:08:48 +00:00
parent 3817ea5f3a
commit ddbb74a35e
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ public:
void destroy ();
int initiatePutNotify ( cacNotify &notify, struct dbAddr &addr,
unsigned type, unsigned long count, const void *pValue );
uninstallPutNotifyIO ( dbPutNotifyIO &io );
void uninstallPutNotifyIO ( dbPutNotifyIO &io );
dbChannelIO & channel () const;
void show ( unsigned level ) const;
void * operator new ( size_t size );

View File

@@ -51,7 +51,7 @@ dbPutNotifyBlocker::~dbPutNotifyBlocker ()
}
}
dbPutNotifyBlocker::uninstallPutNotifyIO ( dbPutNotifyIO &io )
void dbPutNotifyBlocker::uninstallPutNotifyIO ( dbPutNotifyIO &io )
{
dbAutoScanLock ( this->chan );
if ( &io == this->pPN ) {