summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorchatty1995-03-13 15:03:12 +0000
committerchatty1995-03-13 15:03:12 +0000
commiteb72b881a53340e6f6844bb081d2bc82aff40f8d (patch)
treec2eedaaab00b9ba92879318f4d4d4ec0769fb9e1 /utils
parent02a2ea64362a8abc69fab116082e86ef1f529f07 (diff)
downloadivy-league-eb72b881a53340e6f6844bb081d2bc82aff40f8d.zip
ivy-league-eb72b881a53340e6f6844bb081d2bc82aff40f8d.tar.gz
ivy-league-eb72b881a53340e6f6844bb081d2bc82aff40f8d.tar.bz2
ivy-league-eb72b881a53340e6f6844bb081d2bc82aff40f8d.tar.xz
Added SetHandler
Diffstat (limited to 'utils')
-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