fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-05-23 01:23:23 +00:00
parent 4a5067b8a6
commit 6fbf031e75
8 changed files with 20 additions and 21 deletions

View File

@@ -72,9 +72,9 @@ void netSubscription::exception ( int status, const char *pContext )
}
void netSubscription::exception ( int status, const char *pContext,
unsigned type, arrayElementCount count )
unsigned typeIn, arrayElementCount countIn )
{
this->notify.exception ( status, pContext, type, count );
this->notify.exception ( status, pContext, typeIn, countIn );
}
void netSubscription::completion ( unsigned typeIn,