summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/Callbacks.cpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-02 00:36:18 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-02 00:36:18 +0100
commit7a8b4eb8b9d943959b919076596ec96ef0c4c03c (patch)
tree7824bcab22fba7797a1afd31e84e7d1f903576a0 /src/core/parser/stack/Callbacks.cpp
parent231f426708babe0964495ac28a54f0f2835c084a (diff)
Adapted Callbacks interface and Handlers
Diffstat (limited to 'src/core/parser/stack/Callbacks.cpp')
-rw-r--r--src/core/parser/stack/Callbacks.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/parser/stack/Callbacks.cpp b/src/core/parser/stack/Callbacks.cpp
index 6ebc549..44b31c6 100644
--- a/src/core/parser/stack/Callbacks.cpp
+++ b/src/core/parser/stack/Callbacks.cpp
@@ -19,5 +19,15 @@
#include "Callbacks.hpp"
namespace ousia {
+namespace parser_stack {
+
+/* Class ParserCallbacks */
+
+ParserCallbacks::~ParserCallbacks()
+{
+ // Do nothing here
+}
+
+}
}