From 42c0480b4fbf80afa0c5b13650a0af74311d7202 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 3 Mar 2015 20:20:40 +0100 Subject: Implemented annotation handling --- src/core/parser/stack/Handler.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/core/parser/stack/Handler.cpp') diff --git a/src/core/parser/stack/Handler.cpp b/src/core/parser/stack/Handler.cpp index c01e74c..ef6ca8b 100644 --- a/src/core/parser/stack/Handler.cpp +++ b/src/core/parser/stack/Handler.cpp @@ -109,8 +109,7 @@ bool EmptyHandler::startCommand(Variant::mapType &args) return true; } -bool EmptyHandler::startAnnotation(Variant::mapType &args, - Handler::AnnotationType annotationType) +bool EmptyHandler::startAnnotation(Variant::mapType &args) { // Do not support annotations. Annotations are too complicated for poor // EmptyHandler. @@ -165,8 +164,7 @@ bool StaticHandler::startCommand(Variant::mapType &args) return true; } -bool StaticHandler::startAnnotation(Variant::mapType &args, - Handler::AnnotationType annotationType) +bool StaticHandler::startAnnotation(Variant::mapType &args) { return false; } -- cgit v1.2.3