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

@@ -85,7 +85,7 @@ void directoryServer::installAliasName(const pvInfo &info, const char *pAliasNam
// directoryServer::pvExistTest()
//
pvExistReturn directoryServer::pvExistTest
( const casCtx &, const char * pPVName )
( const casCtx &, const caNetAddr &, const char * pPVName )
{
//
// lifetime of id is shorter than lifetime of pName

View File

@@ -104,7 +104,8 @@ public:
directoryServer ( const char * const pvPrefix, unsigned aliasCount );
~directoryServer();
void show ( unsigned level ) const;
pvExistReturn pvExistTest ( const casCtx&, const char *pPVName );
pvExistReturn pvExistTest ( const casCtx&,
const caNetAddr &, const char *pPVName );
void installAliasName ( const pvInfo &info, const char *pAliasName );
inline void removeAliasName ( pvEntry &entry );