// // C++ Implementation: STFitEntry // // Description: // // // Author: Malte Marquarding , (C) 2006 // // Copyright: See COPYING file that comes with this distribution // // #include "STFitEntry.h" namespace asap { STFitEntry::STFitEntry() { } STFitEntry::~STFitEntry() { } }