FACT++  1.0
bool Status::Set ( bool &  rc,
const QString &  value 
)

Definition at line 15 of file HeadersPower.cc.

Referenced by ConnectionInterlock::ProcessAnswer().

16 {
17  rc = value.toInt();
18  return true;
19 }

+ Here is the caller graph for this function: