git repos / oastat

src/oss2db/Award2Db.h

browsing at commit = c59f2dada9c7c473f3b891afbca12f87e7c08774

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:

    string getCommand();
    bool canProcess(OaStatStruct oss);

    void process(OaStatStruct oss);
private:

};

#endif	/* _AWARD2DB_H */