File indexing completed on 2024-11-24 05:05:28

0001 #include <prjvhc_wheel.h>
0002 
0003 using namespace Codethink::prjvhc;
0004 
0005 Wheel::Wheel()
0006 {
0007     setBrand("Michelyear");
0008 }
0009 
0010 Wheel::~Wheel()
0011 {
0012 
0013 }
0014 
0015 void Wheel::setBrand(char const *brandName)
0016 {
0017     m_brandName = brandName;
0018 }