]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / FileInfo.h
index b83e0dc752a197815e6aaec482b64fe08e4b35d4..39551567a56773d2d796d9475c556ccbaad6b87f 100644 (file)
 #ifndef FILE_INFO_H
 #define FILE_INFO_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <ctime>
 
 #include <sys/types.h>
@@ -24,6 +20,9 @@
 #include <boost/utility.hpp>
 #include "LString.h"
 
+namespace lyx {
+namespace support {
+
 /** Use objects of this class to get information about files.
  *
  * Users must make sure to check fi.isOK() before any operations
@@ -139,4 +138,7 @@ private:
        string fname_;
 };
 
+} // namespace support
+} // namespace lyx
+
 #endif