X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Floader.h;h=48d4f9b4757842a7fcdf983d12badb15895d7499;hb=8ff59df1f2e603557eceacbc81a8dc44de051dae;hp=39a50d0b7fe4a56b88a28ec1be68c82e78ed0d5e;hpb=f3060db03f822573175e3d6bc1fa541217e16f65;p=libs%2Fdatafile.git diff --git a/source/loader.h b/source/loader.h index 39a50d0..48d4f9b 100644 --- a/source/loader.h +++ b/source/loader.h @@ -1,10 +1,11 @@ -/* -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_LOADER_H_ -#define MSP_PARSER_LOADER_H_ +#ifndef MSP_DATAFILE_LOADER_H_ +#define MSP_DATAFILE_LOADER_H_ #include #include @@ -14,7 +15,7 @@ Distributed under the LGPL #include "value.h" namespace Msp { -namespace Parser { +namespace DataFile { class Loader; class Statement; @@ -218,7 +219,7 @@ void load(T &obj, const std::string &fn) loader.load(parser); } -} // namespace Parser +} // namespace DataFile } // namespace Msp #endif