git repos / oastat

src/oss2db/Award2Db.h

browsing at commit = a28b6041b4abc52ae4f25c061e4637408be97b19

raw · blame · history

/* 
 * File:   Award2Db.h
 * Author: poul
 *
 * Created on 7. juni 2010, 19:41
 */

#ifndef _AWARD2DB_H
#define	_AWARD2DB_H

#include "struct2db.h"
#include "../local.h"

class Award2Db : public Struct2Db {
public:
    Award2Db();
    Award2Db(const Award2Db& orig);
    virtual ~Award2Db();

    string getCommand();

    void process(OaStatStruct oss);
private:

};

#endif	/* _AWARD2DB_H */