]> git.tdb.fi Git - builder.git/blobdiff - source/condition.h
Change mspparser -> mspdatafile
[builder.git] / source / condition.h
index f518aea0829a0a4164be613fc0b6c84cfdedf7dc..baf718cc43d5755265345235ad7a1bc63d250f30 100644 (file)
@@ -1,7 +1,14 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef CONDITION_H_
 #define CONDITION_H_
 
-#include <msp/parser/loader.h>
+#include <msp/datafile/loader.h>
 #include "buildinfo.h"
 #include "misc.h"
 #include "packageref.h"
@@ -11,7 +18,7 @@ class Config;
 class Condition
 {
 public:
-       class Loader: public Msp::Parser::Loader
+       class Loader: public Msp::DataFile::Loader
        {
        public:
                Loader(Condition &);