setMpFlag method

void setMpFlag(
  1. bool flag
)

Implementation

void setMpFlag( bool flag ){
	_mpFlag = flag;
}