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