From 4c3d0cd465a4445e1fbd851e975727be064a92f4 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 27 Jan 2015 20:27:47 +0100 Subject: Renamed "link" to "import" --- src/core/parser/ParserContext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/parser/ParserContext.cpp') diff --git a/src/core/parser/ParserContext.cpp b/src/core/parser/ParserContext.cpp index cc09b5e..b4e2a9a 100644 --- a/src/core/parser/ParserContext.cpp +++ b/src/core/parser/ParserContext.cpp @@ -39,12 +39,12 @@ ParserContext::ParserContext(Registry ®istry, { } -NodeVector ParserContext::link(const std::string &path, +NodeVector ParserContext::import(const std::string &path, const std::string mimetype, const std::string rel, const RttiSet &supportedTypes) { - return resourceManager.link(*this, path, mimetype, rel, supportedTypes); + return resourceManager.import(*this, path, mimetype, rel, supportedTypes); } NodeVector ParserContext::include(const std::string &path, -- cgit v1.2.3