setSeFlag method

void setSeFlag(
  1. bool flag
)

Implementation

void setSeFlag( bool flag ){
	_seFlag = flag;
}