]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileMonitor.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / FileMonitor.h
index 3ddf4417a9b540b86d19c633bc67a4e32de9e205..809403ad88c529d02c11a08179257ee5adcceced 100644 (file)
 #ifndef FILEMONITOR_H
 #define FILEMONITOR_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 #include <boost/utility.hpp>
 #include <boost/scoped_ptr.hpp>
 #include <boost/signals/signal0.hpp>
 
+namespace lyx {
+namespace support {
+
 class FileMonitor : boost::noncopyable {
 public:
        /** Once monitoring begins, the file will be monitored every
@@ -67,4 +66,7 @@ private:
        boost::scoped_ptr<Impl> const pimpl_;
 };
 
+} // namespace support
+} // namespace lyx
+
 #endif // FILEMONITOR_H