From eb72b881a53340e6f6844bb081d2bc82aff40f8d Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 13 Mar 1995 15:03:12 +0000 Subject: Added SetHandler --- utils/Timer.cc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'utils') 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 -- cgit v1.1