fixed wrong network address constructor used in constructor
specifying network address
This commit is contained in:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user