]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Un-abbreviate function names
[builder.git] / source / sourcepackage.h
index 086690765d691eb5dd124a7def583ebd20db2521..94555d6e3e96dc85c3ad662f0c896a10637f3af6 100644 (file)
@@ -81,8 +81,8 @@ 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;