]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/loader.h
Rename to datafile
[libs/datafile.git] / source / loader.h
index 39a50d0b7fe4a56b88a28ec1be68c82e78ed0d5e..48d4f9b4757842a7fcdf983d12badb15895d7499 100644 (file)
@@ -1,10 +1,11 @@
-/*
-This file is part of libmspparser
+/* $Id$
+
+This file is part of libmspdatafile
 Copyright © 2006  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
-#ifndef MSP_PARSER_LOADER_H_
-#define MSP_PARSER_LOADER_H_
+#ifndef MSP_DATAFILE_LOADER_H_
+#define MSP_DATAFILE_LOADER_H_
 
 #include <fstream>
 #include <map>
@@ -14,7 +15,7 @@ Distributed under the LGPL
 #include "value.h"
 
 namespace Msp {
-namespace Parser {
+namespace DataFile {
 
 class Loader;
 class Statement;
@@ -218,7 +219,7 @@ void load(T &obj, const std::string &fn)
        loader.load(parser);
 }
 
-} // namespace Parser
+} // namespace DataFile
 } // namespace Msp
 
 #endif