fixed sun pro warning

This commit is contained in:
Jeff Hill
2001-04-17 17:36:37 +00:00
parent a8a86993e3
commit eeaf3af7a4

View File

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