Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Regular/Multimodal/multimodal.cpp

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

Generated on Wed Dec 15 21:20:29 2004 for vuVolume by  doxygen 1.3.9.1