]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/parser.cpp
Rename to datafile
[libs/datafile.git] / source / parser.cpp
index c47969bb2f3f30c5e194f534fbae6ff72884a3ad..8fccec2f94c208d93f966ec88f4279eeb133b081 100644 (file)
@@ -1,5 +1,6 @@
-/*
-This file is part of libmspparser
+/* $Id$
+
+This file is part of libmspdatafile
 Copyright © 2006  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
@@ -13,7 +14,7 @@ Distributed under the LGPL
 using namespace std;
 
 namespace Msp {
-namespace Parser {
+namespace DataFile {
 
 Parser::Parser(istream &i, const string &s):
        in(i),
@@ -375,5 +376,5 @@ void Parser::parse_error(int c, int state)
        throw ParseError(ss.str(), src, in.get_line_number());
 }
 
-} // namespace Parser
+} // namespace DataFile
 } // namespace Msp