src/oss2db/Ctf1f2Db.hpp
browsing at commit = a28b6041b4abc52ae4f25c061e4637408be97b19
/*
* File: Ctf1f2Db.hpp
* Author: poul
*
* Created on 11. januar 2011, 20:48
*/
#ifndef _CTF1F2DB_HPP
#define _CTF1F2DB_HPP
#include "struct2db.h"
#include "../local.h"
class Ctf1f2Db : public Struct2Db {
public:
Ctf1f2Db();
Ctf1f2Db(const Ctf1f2Db& orig);
virtual ~Ctf1f2Db();
string getCommand();
void process(OaStatStruct oss);
private:
};
#endif /* _CTF1F2DB_HPP */