CLAM-Development  1.3
Component.cxx
Go to the documentation of this file.
00001 #include "Component.hxx"
00002 
00003 namespace CLAM
00004 {
00005         Component::~Component()
00006         {
00007         }
00008 }
00009