]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/input.h
Rename to datafile
[libs/datafile.git] / source / input.h
index f5cd3ed24c605797aa0223f5d922cc1ea87f2d01..e03dea1e839714e23416b8fed7fea7cb68f8ed97 100644 (file)
@@ -1,15 +1,16 @@
-/*
-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_INPUT_H_
-#define MSP_PARSER_INPUT_H_
+#ifndef MSP_DATAFILE_INPUT_H_
+#define MSP_DATAFILE_INPUT_H_
 
 #include <istream>
 
 namespace Msp {
-namespace Parser {
+namespace DataFile {
 
 class Input
 {   
@@ -25,7 +26,7 @@ private:
        int next;
 };  
 
-} // namespace Parser
+} // namespace DataFile
 } // namespace Msp
 
 #endif