fixed gnu warnings

This commit is contained in:
Jeff Hill
2001-08-23 21:36:31 +00:00
parent d8eded00c3
commit ab82d8c6fc

View File

@@ -260,7 +260,7 @@ cac::~cac ()
//
{
epicsAutoMutex autoMutex ( this->mutex );
this->serverTable.traverse ( tcpiiu::cleanShutdown );
this->serverTable.traverse ( & tcpiiu::cleanShutdown );
}
//
@@ -320,7 +320,7 @@ void cac::flushRequest ()
// lock must be applied
void cac::flushRequestPrivate ()
{
this->serverTable.traverse ( tcpiiu::flushRequest );
this->serverTable.traverse ( & tcpiiu::flushRequest );
}
unsigned cac::connectionCount () const