Subversion Repositories public iLand

Rev

Rev 972 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef ABESTANDOUT_H
#define ABESTANDOUT_H
#include "output.h"

namespace ABE {

class ABEStandOut : public Output
{
public:
    ABEStandOut();
    virtual void exec();
    virtual void setup();

};


} // namespace

#endif // ABESTANDOUT_H