]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/error.h
Rename to datafile
[libs/datafile.git] / source / error.h
index f8f7abd84c13fd9bb3d9c318306dd81fe8550d45..11bccd88a2459ed1433d4ec70119245df095fe12 100644 (file)
@@ -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 <msp/core/error.h>
 
 namespace Msp {
-namespace Parser {
+namespace DataFile {
 
 class TypeError: public Exception
 {
@@ -24,7 +30,7 @@ private:
        unsigned    line;
 };
 
-} // namespace Parser
+} // namespace DataFile
 } // namespace Msp
 
 #endif