X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=e127c5b3653fbfd02e77bbec7c344e5061ed113e;hb=8ff59df1f2e603557eceacbc81a8dc44de051dae;hp=9b847c6675d7d397904b190355767c7b807c525f;hpb=f3060db03f822573175e3d6bc1fa541217e16f65;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index 9b847c6..e127c5b 100644 --- a/source/parser.h +++ b/source/parser.h @@ -1,17 +1,18 @@ -/* -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_PARSER_H_ -#define MSP_PARSER_PARSER_H_ +#ifndef MSP_DATAFILE_PARSER_H_ +#define MSP_DATAFILE_PARSER_H_ #include #include #include "input.h" namespace Msp { -namespace Parser { +namespace DataFile { class Statement; struct Token; @@ -36,7 +37,7 @@ private: void parse_error(int, int); }; -} // namespace Parser +} // namespace DataFile } // namespace Msp #endif