]> git.tdb.fi Git - libs/core.git/blobdiff - source/path.cpp
Split directory and stat related functions into their own files
[libs/core.git] / source / path.cpp
index 25c9b170c9460b8d8bcc3bb504285a51119ec8cf..35641f852096c59d30f67b8c9b4f78b59cf0ef27 100644 (file)
@@ -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