21 lines
198 B
C++
21 lines
198 B
C++
|
// -*- mode: C++; indent-tabs-mode: nil; -*-
|
||
|
|
||
|
#ifdef HAVE_CONFIG_H
|
||
|
# include "../config.h"
|
||
|
#endif
|
||
|
|
||
|
#include "actions.hh"
|
||
|
|
||
|
namespace ob {
|
||
|
|
||
|
OBActions::OBActions()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
OBActions::~OBActions()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|