]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.C
add config.h
[lyx.git] / src / Floating.C
index 61a269ef1c631ac64c9e64bfc882b3b1e9c07c60..ddd94a901d4cfab062a9b05ea2614a2b26d99850 100644 (file)
@@ -1,22 +1,25 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file Floating.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
  *
- *           Copyright 1998-2001 The LyX Team.
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "Floating.h"
 
 
+namespace lyx {
+
+using std::string;
+
+
 Floating::Floating()
 {}
 
@@ -76,3 +79,6 @@ bool Floating::builtin() const
 {
        return builtin_;
 }
+
+
+} // namespace lyx