summaryrefslogtreecommitdiff
path: root/src/actions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.cc')
-rw-r--r--src/actions.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/actions.cc b/src/actions.cc
new file mode 100644
index 00000000..2ee6bc57
--- /dev/null
+++ b/src/actions.cc
@@ -0,0 +1,20 @@
+// -*- mode: C++; indent-tabs-mode: nil; -*-
+
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
+
+#include "actions.hh"
+
+namespace ob {
+
+OBActions::OBActions()
+{
+}
+
+
+OBActions::~OBActions()
+{
+}
+
+}