Definition at line 28 of file book6-scout-person.hpp.
Public Member Functions | |
book6ScoutPerson () |
book6ScoutPerson::book6ScoutPerson | ( | ) |
Constructor
Definition at line 27 of file book6-scout-person.cpp.
References personObj::setService().
00027 :mercStylePerson(){ 00028 this->setService("Scout"); 00029 }
Here is the call graph for this function: