X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fpath.cpp;h=35641f852096c59d30f67b8c9b4f78b59cf0ef27;hp=25c9b170c9460b8d8bcc3bb504285a51119ec8cf;hb=f91f1df3e0b00b3a270e571d4b2c8251da4d1226;hpb=0ba3e9d15af4e8c30eef5445d2b64fee4870505f diff --git a/source/path.cpp b/source/path.cpp index 25c9b17..35641f8 100644 --- a/source/path.cpp +++ b/source/path.cpp @@ -1,7 +1,7 @@ /* $Id$ -This file is part of libmsppath -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +This file is part of libmspfs +Copyright © 2006-2008 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -12,6 +12,7 @@ Distributed under the LGPL using namespace std; namespace Msp { +namespace FS { /** Returns the number of components in the path. @@ -225,4 +226,5 @@ string Path::Iterator::operator*() const return path.path.substr(start, end-start); } +} // namespace FS } // namespace Msp