From 3d43d93ece6511dde2a7f498a8796fb6ca9eb142 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 7 Mar 2001 18:05:58 +0000 Subject: [PATCH] fixed sun pro warnings --- src/ca/getCopy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/getCopy.cpp b/src/ca/getCopy.cpp index b767c79be..9644f9411 100644 --- a/src/ca/getCopy.cpp +++ b/src/ca/getCopy.cpp @@ -65,9 +65,9 @@ void getCopy::exceptionNotify ( cacChannelIO &chan, } void getCopy::exceptionNotify ( cacChannelIO &chan, - int status, const char *pContext, unsigned type, unsigned long count ) + int status, const char *pContext, unsigned typeIn, unsigned long countIn ) { - this->cacNotify::exceptionNotify ( chan, status, pContext, type, count ); + this->cacNotify::exceptionNotify ( chan, status, pContext, typeIn, countIn ); } void getCopy::show ( unsigned level ) const