setFileFlag method

void setFileFlag(
  1. bool flag
)

Implementation

void setFileFlag( bool flag ){
	_fileFlag = flag;
}