]> git.lyx.org Git - lyx.git/blobdiff - src/trans.h
include sys/time.h
[lyx.git] / src / trans.h
index e0ccbc08baaefb90a333d9a1dd7091cf78821be0..a233ace5cdb7a9cc6dde7c75c34363adec2c7628 100644 (file)
@@ -1,10 +1,14 @@
 // -*- C++ -*-
-#ifndef Trans_h
-#define Trans_h
+/**
+ * \file trans.h
+ * Copyright 2002 the LyX Team
+ * Read the file COPYING
+ *
+ * \author unknown
+ */
 
-#ifdef __GNUG__
-#pragma interface
-#endif
+#ifndef TRANS_H
+#define TRANS_H
 
 #include <map>
 
@@ -19,7 +23,6 @@ class TransManager;
 /**
   Trans: holds a .kmap file
   */
-//class Trans : public TransInterface {
 class Trans {
 public:
        ///
@@ -75,4 +78,4 @@ string const & Trans::Match(unsigned char c)
        return dummy;
 }
 
-#endif
+#endif // TRANS_H