]> git.tdb.fi Git - builder.git/blobdiff - source/condition.h
Feed paths to PackageManager from the outside
[builder.git] / source / condition.h
index 12157f35a466365d2acb3b39dee81e00fc27d575..c1bf7a3f3da6423e1f8d64e148a6d63e43328afb 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef CONDITION_H_
 #define CONDITION_H_
 
@@ -18,11 +11,8 @@ class SourcePackage;
 class Condition
 {
 public:
-       class Loader: public Msp::DataFile::Loader
+       class Loader: public Msp::DataFile::ObjectLoader<Condition>
        {
-       private:
-               Condition &cond;
-
        public:
                Loader(Condition &);
        private: