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