summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserScope.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-15 20:42:01 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:24:19 +0200
commit586b4486f4661681b8fe0c639830bd9db3986d5a (patch)
treefb34c042cc129b38e911006f347e094885816f83 /src/core/parser/ParserScope.hpp
parent8810fc675a07e0ed62bcc391bb0464bc04dd3e37 (diff)
Simplify resolution callback, move NullResolveCallback to ResolutionCallbacks.cpp
Diffstat (limited to 'src/core/parser/ParserScope.hpp')
-rw-r--r--src/core/parser/ParserScope.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/parser/ParserScope.hpp b/src/core/parser/ParserScope.hpp
index eec4751..b4ce037 100644
--- a/src/core/parser/ParserScope.hpp
+++ b/src/core/parser/ParserScope.hpp
@@ -700,14 +700,12 @@ public:
* @param data is a reference at a variant that may contain magic values
* (even in inner structures). The data will be passed to the "build"
* function of the given type.
- * @param owner is the node for which the resolution takes place.
* @param type is the Typesystem type the data should be interpreted with.
* @param logger is the logger instance into which resolution problems
* should be logged.
* @return true if the value was successfully built.
*/
- bool resolveValue(Variant &data, Handle<Node> owner, Handle<Type> type,
- Logger &logger);
+ bool resolveValue(Variant &data, Handle<Type> type, Logger &logger);
/**
* Resolves a type and makes sure the corresponding value is of the correct