added new argument to the pvExistTest
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user