Program: bbtk
Module: $RCSfile: bbtkBlackBox.cxx,v $
Language: C++
- Date: $Date: 2011/03/03 14:33:13 $
- Version: $Revision: 1.51 $
+ Date: $Date: 2011/03/03 14:37:57 $
+ Version: $Revision: 1.52 $
=========================================================================*/
/* ---------------------------------------------------------------------
//=========================================================================
bool BlackBox::bbBoxProcessModeIsReactive() const
{
- return (bbGetBoxProcessModeValue() == BlackBox::Reactive);
+ return (bbGetBoxProcessModeValue() == bbReactive);
}
//=========================================================================
//=========================================================================
bool BlackBox::bbBoxProcessModeIsAlways() const
{
- return (bbGetBoxProcessModeValue() == BlackBox::Always);
+ return (bbGetBoxProcessModeValue() == bbAlways);
}
//=========================================================================