Refactor: BifTypePtr --> BifType

As per our mail discussion renaming BifTypePtr namespace to
BifType.
This commit is contained in:
Gregor Maier 2011-02-22 14:52:21 -08:00
parent fab11c44ee
commit e310119ffa
4 changed files with 6 additions and 6 deletions

View file

@ -288,7 +288,7 @@ void PortmapperInterp::Event(EventHandlerPtr f, Val* request, int status, Val* r
}
else
{
vl->append(new EnumVal(status, BifTypePtr::Enum::rpc_status));
vl->append(new EnumVal(status, BifType::Enum::rpc_status));
if ( request )
vl->append(request);
}