This commit is contained in:
Jeff Hill
2004-02-04 02:13:25 +00:00
parent b868ce79b7
commit 82cb39fcd5

View File

@@ -121,11 +121,10 @@ private:
//
// directoryServer::removeAliasName()
//
inline void directoryServer::removeAliasName(pvEntry &entry)
inline void directoryServer::removeAliasName ( pvEntry & entry )
{
pvEntry *pE;
pE = this->stringResTbl.remove(entry);
assert(pE = &entry);
pvEntry * pE = this->stringResTbl.remove ( entry );
assert ( pE == & entry );
}
//