git repos / oastat

src/oss2db/Point2Db.hpp

browsing at commit = 95297dc7f4da2c78f7cd4a6f22575b21404c629d

raw · blame · history

/* 
 * File:   Point2Db.hpp
 * Author: poul
 *
 * Created on 10. januar 2011, 21:32
 */

#ifndef _POINT2DB_HPP
#define	_POINT2DB_HPP

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

class Point2Db : public Struct2Db {
public:
    string getCommand();
    bool canProcess(OaStatStruct oss);

    void process(OaStatStruct oss);
private:

};

#endif	/* _POINT2DB_HPP */