X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=94555d6e3e96dc85c3ad662f0c896a10637f3af6;hb=50baabc242633d531d3f9542e9a64491b6e12c6c;hp=0254cb960e18e1088bf14f9a908faddd8b617c64;hpb=5ed38947b3fabd977a7f68b512115fe1456ea096;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index 0254cb9..94555d6 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -81,14 +81,13 @@ public: const std::string &get_description() const { return description; } FileTarget &get_build_file() const { return *build_file; } const Msp::FS::Path &get_source_directory() const { return source_dir; } - Msp::FS::Path get_temp_dir() const; - Msp::FS::Path get_out_dir() const; + Msp::FS::Path get_temp_directory() const; + Msp::FS::Path get_output_directory() const; const ComponentList &get_components() const { return components; } const Config &get_config() const { return config; } bool match_feature(const std::string &) const; void set_build_type(const BuildType &); const BuildInfo &get_build_info() const { return build_info; } - Builder &get_builder() const { return builder; } Cache &get_cache() const { return cache; } private: