]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/statement.h
Rename to datafile
[libs/datafile.git] / source / statement.h
index 3c843bfeb0c74d06093f7c3051bb8ff44165bd37..6b3c54b8b7989d386fff3c3cb98ef3354f5433ad 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_STATEMENT_H_
-#define MSP_PARSER_STATEMENT_H_
+#ifndef MSP_DATAFILE_STATEMENT_H_
+#define MSP_DATAFILE_STATEMENT_H_
 
 #include <list>
 #include <sstream>
@@ -12,7 +13,7 @@ Distributed under the LGPL
 #include "value.h"
 
 namespace Msp {
-namespace Parser {
+namespace DataFile {
 
 class Statement
 {
@@ -29,7 +30,7 @@ public:
        { std::ostringstream ss; ss<<source<<':'<<line; return ss.str(); }
 };
 
-} // namespace Parser
+} // namespace DataFile
 } // namespace Msp
 
 #endif