]> git.lyx.org Git - features.git/blobdiff - src/support/forkedcontr.h
introduce namespace lyx::support
[features.git] / src / support / forkedcontr.h
index 88ac92a2d129029ff9d09607af38f11b8a754114..bc98f0605a3aea0ef800e15ffa73181309d4ddcc 100644 (file)
 #include <list>
 #include <vector>
 
-class ForkedProcess;
 class Timeout;
 
+namespace lyx {
+namespace support {
+
+class ForkedProcess;
+
 class ForkedcallsController : public boost::signals::trackable {
 public:
        /// We need this to avoid warnings.
@@ -81,4 +85,7 @@ private:
        Timeout * timeout_;
 };
 
+} // namespace support
+} // namespace lyx
+
 #endif // FORKEDCONTR_H