X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ferror.h;h=11bccd88a2459ed1433d4ec70119245df095fe12;hb=8ff59df1f2e603557eceacbc81a8dc44de051dae;hp=f8f7abd84c13fd9bb3d9c318306dd81fe8550d45;hpb=f3060db03f822573175e3d6bc1fa541217e16f65;p=libs%2Fdatafile.git diff --git a/source/error.h b/source/error.h index f8f7abd..11bccd8 100644 --- a/source/error.h +++ b/source/error.h @@ -1,10 +1,16 @@ -#ifndef MSP_PARSER_ERROR_H_ -#define MSP_PARSER_ERROR_H_ +/* $Id$ + +This file is part of libmspdatafile +Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ +#ifndef MSP_DATAFILE_ERROR_H_ +#define MSP_DATAFILE_ERROR_H_ #include namespace Msp { -namespace Parser { +namespace DataFile { class TypeError: public Exception { @@ -24,7 +30,7 @@ private: unsigned line; }; -} // namespace Parser +} // namespace DataFile } // namespace Msp #endif