]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_win32.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / os_win32.C
index 5dd12e03767c7fad5fd621b739f36487c0a73bfd..37dc5999477ff37b9082052b560e7d1aaa7b73b0 100644 (file)
@@ -1,6 +1,15 @@
-// os_win32.C copyright "Ruurd A. Reitsma" <R.A.Reitsma@wbmt.tudelft.nl>
+/**
+ * \file os_win32.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Ruurd A. Reitsma
+ *
+ * Full author contact details are available in file CREDITS.
+ *
+ * Various OS specific functions
+ */
 
-// Various OS specific functions
 #include <config.h>
 
 #include "os.h"
@@ -12,7 +21,9 @@
 #include <io.h>
 #include <sys/cygwin.h>
 
+using namespace lyx::support;
 using std::endl;
+using std::string;
 
 
 namespace {
@@ -24,6 +35,8 @@ string tmpdir_;
 }
 
 
+namespace lyx {
+namespace support {
 namespace os {
 
 void init(int * /* argc */, char ** argv[])
@@ -181,4 +194,6 @@ shell_type shell()
        return UNIX;
 }
 
-} // end namespace os
+} // namespace os
+} // namespace support
+} // namespace lyx