X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.cpp;fp=source%2Fparser.cpp;h=8fccec2f94c208d93f966ec88f4279eeb133b081;hb=8ff59df1f2e603557eceacbc81a8dc44de051dae;hp=c47969bb2f3f30c5e194f534fbae6ff72884a3ad;hpb=f3060db03f822573175e3d6bc1fa541217e16f65;p=libs%2Fdatafile.git diff --git a/source/parser.cpp b/source/parser.cpp index c47969b..8fccec2 100644 --- a/source/parser.cpp +++ b/source/parser.cpp @@ -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