]> git.lyx.org Git - lyx.git/blobdiff - src/Timeout.h
Forgot to add this files.
[lyx.git] / src / Timeout.h
index 7afefc3f33d5d581b46fdfeab3e80a991e4dadfd..178aed8d417accb316768b1d750720448be8def5 100644 (file)
@@ -1,7 +1,21 @@
 // -*- C++ -*-
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *        
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ * ====================================================== */
+
 #ifndef TIMEOUT_H
 #define TIMEOUT_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include <sigc++/signal_system.h>
 
 #ifdef SIGC_CXX_NAMESPACES
@@ -16,7 +30,9 @@ class Timeout {
 public:
        ///
        enum Type {
+               ///
                ONETIME,
+               ///
                CONTINOUS
        };
        ///