added new argument to the pvExistTest

This commit is contained in:
Jeff Hill
2003-05-02 17:45:06 +00:00
parent 817cd651c3
commit ebacbfddcd
7 changed files with 20 additions and 10 deletions

View File

@@ -152,7 +152,7 @@ void exServer::installAliasName(pvInfo &info, const char *pAliasName)
// exServer::pvExistTest()
//
pvExistReturn exServer::pvExistTest // X aCC 361
( const casCtx& ctxIn, const char * pPVName )
( const casCtx& ctxIn, const caNetAddr &, const char * pPVName )
{
//
// lifetime of id is shorter than lifetime of pName

View File

@@ -283,7 +283,8 @@ private:
bool scanOn;
void installAliasName ( pvInfo & info, const char * pAliasName );
pvExistReturn pvExistTest ( const casCtx &, const char * pPVName );
pvExistReturn pvExistTest ( const casCtx &,
const caNetAddr &, const char * pPVName );
pvAttachReturn pvAttach ( const casCtx &, const char * pPVName );
//