kexi
txtmigrate.h
00001 // 00002 // C++ Interface: txtmigrate 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: Adam Pigg <adam@piggz.co.uk>, (C) 2004 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 #ifndef KEXIMIGRATIONTXTMIGRATE_H 00013 #define KEXIMIGRATIONTXTMIGRATE_H 00014 00015 #include <keximigrate.h> 00016 00017 namespace KexiMigration { 00018 00022 class TxtMigrate : public KexiMigrate 00023 { 00024 public: 00025 TxtMigrate(); 00026 00027 ~TxtMigrate(); 00028 00029 }; 00030 00031 }; 00032 00033 #endif