]> git.tdb.fi Git - builder.git/blobdiff - source/architecture.h
Allow architecture specifications to be refined after creation
[builder.git] / source / architecture.h
index 4642080c59307ab897fabb76d22c81d26ea70aed..6a17c3e44852aeecfc0e7b6ae9a2fd24e748dabc 100644 (file)
@@ -37,6 +37,11 @@ private:
 public:
        Architecture(Builder &b, const std::string &spec);
 
+       void refine(const std::string &);
+private:
+       void update();
+
+public:
        const std::string &get_type() const { return type; }
        const std::string &get_name() const { return name; }
        const std::string &get_system() const { return system; }