Definition at line 30 of file book7-merchant-person.hpp.
Public Member Functions | |
book7MerchantPerson () |
book7MerchantPerson::book7MerchantPerson | ( | ) |
Constructor
Definition at line 27 of file book7-merchant-person.cpp.
References personObj::setService().
00027 : mercStylePerson() { 00028 this->setService("Merchant"); 00029 }
Here is the call graph for this function: