Definition at line 28 of file s4-barbarian-person.hpp.
Public Member Functions | |
s4BarbarianPerson () |
s4BarbarianPerson::s4BarbarianPerson | ( | ) |
Constructor
Definition at line 27 of file s4-barbarian-person.cpp.
References personObj::setService().
00027 :book1Person(){ 00028 this->setService("Barbarian"); 00029 }
Here is the call graph for this function: