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

@@ -19,6 +19,12 @@ oldSubscription::~oldSubscription ()
{
}
// eliminates sun pro warning
void oldSubscription::completionNotify ( cacChannelIO &io )
{
this->cacNotify::completionNotify ( io );
}
void oldSubscription::completionNotify ( cacChannelIO &io,
unsigned type, unsigned long count, const void *pData)
{
@@ -48,7 +54,7 @@ void oldSubscription::exceptionNotify ( cacChannelIO &io,
}
void oldSubscription::exceptionNotify ( cacChannelIO &io,
int status, const char *pContext,
int status, const char * /* pContext */,
unsigned type, unsigned long count )
{
struct event_handler_args args;