]> 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 bed74162e4fa9674ee62a1e483ec0160333e550a..35641f852096c59d30f67b8c9b4f78b59cf0ef27 100644 (file)
@@ -12,6 +12,7 @@ Distributed under the LGPL
 using namespace std;
 
 namespace Msp {
 using namespace std;
 
 namespace Msp {
+namespace FS {
 
 /**
 Returns the number of components in the path.
 
 /**
 Returns the number of components in the path.
@@ -225,4 +226,5 @@ string Path::Iterator::operator*() const
        return path.path.substr(start, end-start);
 }
 
        return path.path.substr(start, end-start);
 }
 
+} // namespace FS
 } // namespace Msp
 } // namespace Msp