X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackage.h;h=68af269a9c6b4d0575e0dedfba9ca9b5c0c2e924;hb=bb5c048950a011f181cb3235ed2b0b2677869171;hp=1aebf163865a98c290d5a668a55cf8ffc790b9d3;hpb=ab25857fd626152bc9a2832de82b400c062857e6;p=builder.git diff --git a/source/package.h b/source/package.h index 1aebf16..68af269 100644 --- a/source/package.h +++ b/source/package.h @@ -10,7 +10,7 @@ Distributed under the LGPL #include #include -#include +#include #include "buildinfo.h" #include "component.h" #include "condition.h" @@ -26,8 +26,7 @@ typedef std::list PackageList; /** A package is a distributable piece of software. They consist of one or more Components and may depend on other packages. Packages also have configuration -to determine where files are installed and which features to include (features -NYI). +to determine where files are installed and which features to include. */ class Package { @@ -41,7 +40,7 @@ public: }; /// Loads a package from a file. - class Loader: public Msp::Parser::Loader + class Loader: public Msp::DataFile::Loader { public: Loader(Package &);