src/oss2db/Elimination2Db.hpp
browsing at commit = bebac2ed7dc41122a4710e76545802dbfee15f58
/*
* File: Elimination2Db.hpp
* Author: poul
*
* Created on 15. januar 2011, 16:21
*/
#ifndef _ELIMINATION2DB_HPP
#define _ELIMINATION2DB_HPP
#include "struct2db.h"
#include "../local.h"
class Elimination2Db : public Struct2Db {
public:
string getCommand();
bool canProcess(OaStatStruct oss);
void process(OaStatStruct oss);
private:
};
#endif /* _ELIMINATION2DB_HPP */