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