/* -*- C++ -*- */ //============================================================================= /** * @file Gadget.cpp * * $Id: Gadget.cpp 80826 2008-03-04 14:51:23Z wotte $ * * @author Christopher Kohlhoff */ //============================================================================= #include "Gadget.h" Gadget::~Gadget (void) { }