X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvalue.h;h=5ebbb5e1e52a101f475e7914089ed21b6febf051;hb=8ff59df1f2e603557eceacbc81a8dc44de051dae;hp=5fc3540f763ee9a2a8d4de12f623d5b2f77eccb3;hpb=f3060db03f822573175e3d6bc1fa541217e16f65;p=libs%2Fdatafile.git diff --git a/source/value.h b/source/value.h index 5fc3540..5ebbb5e 100644 --- a/source/value.h +++ b/source/value.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_VALUE_H_ -#define MSP_PARSER_VALUE_H_ +#ifndef MSP_DATAFILE_VALUE_H_ +#define MSP_DATAFILE_VALUE_H_ #include #include @@ -12,7 +13,7 @@ Distributed under the LGPL #include "error.h" namespace Msp { -namespace Parser { +namespace DataFile { class Value { @@ -87,7 +88,7 @@ inline const std::string &Value::get() const return data; } -} // namespace Parser +} // namespace DataFile } // namespace Msp #endif