fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-02-09 19:28:01 +00:00
parent dc957f400f
commit bf0537cf73
10 changed files with 26 additions and 12 deletions

View File

@@ -29,6 +29,12 @@ void getCallback::release ()
delete this;
}
// eliminates SUN PRO warning
void getCallback::completionNotify ( cacChannelIO &io )
{
this->cacNotify::completionNotify ( io );
}
void getCallback::completionNotify ( cacChannelIO &io,
unsigned type, unsigned long count, const void *pData )
{
@@ -56,7 +62,7 @@ void getCallback::exceptionNotify ( cacChannelIO &io, int status,
}
void getCallback::exceptionNotify ( cacChannelIO &io,
int status, const char *pContext,
int status, const char * /* pContext */,
unsigned type, unsigned long count )
{
struct event_handler_args args;