Fixed warning (unused function argument).

This commit is contained in:
Ralph Lange
2002-11-07 17:11:26 +00:00
parent 81a7a8cc85
commit 89c4e229da

View File

@@ -40,7 +40,7 @@
#include "dbChannelIO.h"
#include "db_access_routines.h"
dbSubscriptionIO::dbSubscriptionIO ( dbServiceIO & serviceIO, dbChannelIO & chanIO,
dbSubscriptionIO::dbSubscriptionIO ( dbServiceIO & /* serviceIO */, dbChannelIO & chanIO,
dbAddr & addr, cacStateNotify & notifyIn, unsigned typeIn, unsigned long countIn,
unsigned maskIn, dbEventCtx ctx ) :
notify ( notifyIn ), chan ( chanIO ), es ( 0 ),