]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_unix.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / os_unix.C
index ddff701f52f9f6b7e60ab8ad787d4dd274026831..a408622f3934fa15aab6c2385a077c50b7526ccb 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Ruurd A. Reitsma
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
  * Various OS specific functions
  */
 #include "support/filetools.h"
 #include "support/lstrings.h"
 
+
+using std::string;
+
+
 namespace {
 
 string binpath_;
@@ -24,7 +28,8 @@ string tmpdir_;
 
 }
 
-
+namespace lyx {
+namespace support {
 namespace os {
 
 void init(int * /*argc*/, char ** argv[])
@@ -144,4 +149,6 @@ shell_type shell()
        return UNIX;
 }
 
-} // end namespace os
+} // namespace os
+} // namespace support
+} // namespace lyx