]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Miscellaneous style and comment tweaks
[builder.git] / source / sourcepackage.h
index 9327f17c4eccc619cfa9e1b2dd5226d93c8ed701..5b4ffd0474bc8a1e2f79c060e58193edb77cd20d 100644 (file)
@@ -65,6 +65,7 @@ private:
 
 public:
        SourcePackage(Builder &, const std::string &, const Msp::FS::Path &);
+
        const std::string &get_version() const { return version; }
        const std::string &get_description() const { return description; }
        const Msp::FS::Path &get_source() const { return source; }
@@ -77,15 +78,7 @@ public:
        Builder &get_builder() const { return builder; }
 
        DependencyCache &get_deps_cache() const { return deps_cache; }
-       std::string expand_string(const std::string &) const;
 private:
-       virtual void do_configure(const StringMap &, unsigned);
-
-       /** Initializes configuration options. */
-       void init_config();
-
-       /** Fills in build info based on configuration.  All required packages must be
-       configured when this is called. */
        virtual void create_build_info();
 
        virtual void create_targets();