]> git.tdb.fi Git - libs/core.git/blobdiff - source/path.h
Split directory and stat related functions into their own files
[libs/core.git] / source / path.h
index 9eacf5199ca1c3fa0363788d698c5c1a14b79e15..082a1bae97c1f0e4a0b7d1e3e083ea74cf0da157 100644 (file)
@@ -12,6 +12,7 @@ Distributed under the LGPL
 #include <string>
 
 namespace Msp {
+namespace FS {
 
 enum
 {
@@ -65,6 +66,7 @@ private:
 
 inline std::ostream &operator<<(std::ostream &o, const Path &p) { o<<p.str(); return o; }
 
+} // namespace FS
 } // namespace Msp
 
 #endif