src/oss2db/Ctf2Db.hpp
browsing at commit = c07ea3da46c2d8078d95925246491c1672660e9e
/*
* File: Ctf2Db.hpp
* Author: poul
*
* Created on 19. november 2010, 23:08
*/
#ifndef _CTF2DB_HPP
#define _CTF2DB_HPP
#include "struct2db.h"
#include "../local.h"
class Ctf2Db : public Struct2Db {
public:
Ctf2Db();
Ctf2Db(const Ctf2Db& orig);
virtual ~Ctf2Db();
string getCommand();
void process(OaStatStruct oss);
private:
};
#endif /* _CTF2DB_HPP */