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