blob: 2ee6bc5748234ea82a09a7d542a087a6af7988e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// -*- mode: C++; indent-tabs-mode: nil; -*-
#ifdef HAVE_CONFIG_H
# include "../config.h"
#endif
#include "actions.hh"
namespace ob {
OBActions::OBActions()
{
}
OBActions::~OBActions()
{
}
}
|