]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.cpp
Un-abbreviate function names
[builder.git] / source / sourcepackage.cpp
index cb4f978aedba7c6e61c5fb4f8719e67e05f0123f..b84b22a58f0a33ea326cfc99845e9363ade5081c 100644 (file)
@@ -42,7 +42,7 @@ void SourcePackage::set_build_type(const BuildType &t)
        build_type = &t;
 }
 
-FS::Path SourcePackage::get_temp_dir() const
+FS::Path SourcePackage::get_temp_directory() const
 {
        string subdir = builder.get_current_arch().get_name();
        if(build_type)
@@ -58,7 +58,7 @@ FS::Path SourcePackage::get_temp_dir() const
                return source_dir/temp/subdir;
 }
 
-FS::Path SourcePackage::get_out_dir() const
+FS::Path SourcePackage::get_output_directory() const
 {
        const Architecture &arch = builder.get_current_arch();
        if(arch.is_native())