00001 #include "irregular.h" 00002 00003 vu14::vu14() 00004 { 00005 } 00006 00007 vu14::vu14(vu14& inst) 00008 { 00009 } 00010 00011 vu14::~vu14() 00012 { 00013 } 00014 00015 vu14& vu14::operator=(vu14& rhs) 00016 { 00017 if (this != &rhs) 00018 { 00019 } 00020 vu1::operator=(rhs); 00021 return *this; 00022 } 00023