X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput.cpp;h=c421f01b977c36797d95c41d60f3787f4bdf3ac4;hb=8ff59df1f2e603557eceacbc81a8dc44de051dae;hp=0f23bb29b9797bff09fc738dc52be6e7aeddf8e7;hpb=f3060db03f822573175e3d6bc1fa541217e16f65;p=libs%2Fdatafile.git diff --git a/source/input.cpp b/source/input.cpp index 0f23bb2..c421f01 100644 --- a/source/input.cpp +++ b/source/input.cpp @@ -1,12 +1,13 @@ -/* -This file is part of libmspparser +/* $Id$ + +This file is part of libmspdatafile Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ #include "input.h" namespace Msp { -namespace Parser { +namespace DataFile { Input::Input(std::istream &i): in(i), @@ -33,5 +34,5 @@ int Input::peek() return next; } -} // namespace Parser +} // namespace DataFile } // namespace Msp