From 96d88000113b5f05586d9f7d10978bc90ce3c035 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 26 Aug 2017 20:05:38 +0000 Subject: Gem cc0d464af7ab8f98375a24d437b10ad9f9fd9158 linux/amd64 built 'master:cc0d464af7ab8f98375a24d437b10ad9f9fd9158' for linux/amd64 --- Gem/develop/include/Gem/RTE/RTE.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Gem/develop') diff --git a/Gem/develop/include/Gem/RTE/RTE.h b/Gem/develop/include/Gem/RTE/RTE.h index bbcad94..18e2a93 100644 --- a/Gem/develop/include/Gem/RTE/RTE.h +++ b/Gem/develop/include/Gem/RTE/RTE.h @@ -43,13 +43,19 @@ namespace gem { * resolve a function-name in the current RTE * @return pointer to the function named 'name', or NULL if it doesn't exist */ - virtual void*getFunction(const std::string&name); + virtual void*getFunction(const std::string&name) const; /** * find a file in the given context(canvas), searching RTEs search paths * @return expanded filename */ virtual std::string findFile(const std::string&name, const std::string&ext, const void*context) const; + + /** + * add 'path' to the search-paths (if context==NULL, to the global search path) + * @return expanded filename + */ + virtual bool addSearchPath(const std::string&path, void*context); }; }; }; -- cgit v1.2.1