/* -*- C++ -*- */ //============================================================================= /** * @file Gadget.cpp * * @author Christopher Kohlhoff */ //============================================================================= #include "Gadget.h" Gadget::~Gadget (void) { }