add void return
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
void destroy ();
|
||||
int initiatePutNotify ( cacNotify ¬ify, 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 );
|
||||
|
||||
@@ -51,7 +51,7 @@ dbPutNotifyBlocker::~dbPutNotifyBlocker ()
|
||||
}
|
||||
}
|
||||
|
||||
dbPutNotifyBlocker::uninstallPutNotifyIO ( dbPutNotifyIO &io )
|
||||
void dbPutNotifyBlocker::uninstallPutNotifyIO ( dbPutNotifyIO &io )
|
||||
{
|
||||
dbAutoScanLock ( this->chan );
|
||||
if ( &io == this->pPN ) {
|
||||
|
||||
Reference in New Issue
Block a user