diff --git a/src/cas/example/directoryService/directoryServer.h b/src/cas/example/directoryService/directoryServer.h index 3bd43012f..c73534376 100644 --- a/src/cas/example/directoryService/directoryServer.h +++ b/src/cas/example/directoryService/directoryServer.h @@ -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 ); };