fixed wrong network address constructor used in constructor

specifying network address
This commit is contained in:
Jeff Hill
2004-08-04 20:08:56 +00:00
parent 8ebd5d4e0a
commit 9b3cf1dc84

View File

@@ -22,8 +22,8 @@
pvExistReturn::pvExistReturn ( pvExistReturnEnum s ) :
status ( s ) {}
pvExistReturn::pvExistReturn ( const caNetAddr & ) :
status ( pverExistsHere ) {}
pvExistReturn::pvExistReturn ( const caNetAddr & addrIn ) :
address ( addrIn ), status ( pverExistsHere ) {}
pvExistReturn::~pvExistReturn ()
{