]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileMonitor.h
zlib stuff
[lyx.git] / src / support / FileMonitor.h
index de9e9068e1febee240a000f6c376f21f09055ea4..809403ad88c529d02c11a08179257ee5adcceced 100644 (file)
@@ -21,6 +21,9 @@
 #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
@@ -63,4 +66,7 @@ private:
        boost::scoped_ptr<Impl> const pimpl_;
 };
 
+} // namespace support
+} // namespace lyx
+
 #endif // FILEMONITOR_H