checkFk method

bool checkFk()

Implementation

bool checkFk(){
  if(null==_fengKongLogic){
    return false;
  }
  return _fengKongLogic!();
}