summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/Timer.cc11
1 files changed, 10 insertions, 1 deletions
diff --git a/utils/Timer.cc b/utils/Timer.cc
index 830a367..91e97d0 100644
--- a/utils/Timer.cc
+++ b/utils/Timer.cc
@@ -3,7 +3,7 @@
*
* by Stephane Chatty
*
- * Copyright 1992-1993
+ * Copyright 1992-1995
* Centre d'Etudes de la Navigation Aerienne (CENA)
*
* timers
@@ -555,3 +555,12 @@ CcuTimer :: Handle (Millisecond ref)
(*Handler) (ref);
}
+/*?
+Change the handling function of a timer.
+?*/
+#ifdef DOC
+void
+CcuTimer :: SetHandler ((void)(*h)(Millisecond))
+{
+}
+#endif