made pvExistTest private

This commit is contained in:
Jeff Hill
2003-05-02 20:02:56 +00:00
parent ebacbfddcd
commit 41644804e8

View File

@@ -104,14 +104,15 @@ public:
directoryServer ( const char * const pvPrefix, unsigned aliasCount );
~directoryServer();
void show ( unsigned level ) const;
pvExistReturn pvExistTest ( const casCtx&,
const caNetAddr &, const char *pPVName );
void installAliasName ( const pvInfo &info, const char *pAliasName );
inline void removeAliasName ( pvEntry &entry );
void removeAliasName ( pvEntry &entry );
private:
resTable < pvEntry, stringId > stringResTbl;
pvExistReturn pvExistTest ( const casCtx&,
const caNetAddr &, const char *pPVName );
};