16 #include "../utils/ObsPattern_Sub.h"
30 std::cout <<
"Constructor SMSubject " << std::endl;
36 std::cout <<
"Destructor SMSubject" << std::endl;
42 void Updated( std::vector<std::string> & message );
void Updated()
send updated function no argument
SMSubject()
constructor nothing particular all is done in the base class
virtual ~SMSubject()
destructor
Derive from Subject class.