// // C++ Implementation: txtmigrate // // Description: // // // Author: Adam Pigg , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // // #include "txtmigrate.h" namespace KexiMigration { TxtMigrate::TxtMigrate() : KexiMigrate() { } TxtMigrate::~TxtMigrate() { } };