summaryrefslogtreecommitdiff
path: root/comm/SignalHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/SignalHandler.h')
-rw-r--r--comm/SignalHandler.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/comm/SignalHandler.h b/comm/SignalHandler.h
index 162b496..5ca5d55 100644
--- a/comm/SignalHandler.h
+++ b/comm/SignalHandler.h
@@ -1,20 +1,19 @@
/*
- * The Unix Channel
+ * Ivy League
*
- * by Michel Beaudouin-Lafon and Stephane Chatty
+ * Scheduler-based signal handlers
*
- * Copyright 1990-1993
- * Laboratoire de Recherche en Informatique (LRI)
- * Centre d'Etudes de la Navigation Aerienne
+ * Copyright 1993-2000
+ * Centre d'Etudes de la Navigation Aerienne (CENA)
*
- * Scheduler-based signal handlers
+ * code by Stephane Chatty
*
* $Id$
- * $CurLog$
+ *
*/
-#ifndef IvlSignal_H_
-#define IvlSignal_H_
+#ifndef IvlScheduledHandler_H_
+#define IvlScheduledHandler_H_
#ifdef __GNUG__
#pragma interface
@@ -48,5 +47,5 @@ public:
~IvlScheduledHandler ();
};
-#endif /* IvlSignal_H_ */
+#endif /* IvlScheduledHandler_H_ */