setEnableStat method

void setEnableStat(
  1. bool flag
)

Implementation

void setEnableStat( bool flag ){
	_enableStat = flag;
}