]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Un-abbreviate function names
[builder.git] / source / sourcepackage.h
index 0254cb960e18e1088bf14f9a908faddd8b617c64..94555d6e3e96dc85c3ad662f0c896a10637f3af6 100644 (file)
@@ -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: