From ca81e398b713d4afe46788d880073d2751c786ff Mon Sep 17 00:00:00 2001 From: chatty Date: Wed, 8 Feb 1995 14:43:39 +0000 Subject: Added SetHandler --- comm/TimeOut.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'comm') diff --git a/comm/TimeOut.cc b/comm/TimeOut.cc index c6cb78e..617004c 100644 --- a/comm/TimeOut.cc +++ b/comm/TimeOut.cc @@ -98,3 +98,13 @@ UchTimeOut :: Handle (Millisecond ref) { (*Handler) (ref); } + +/*? +Change the handling function of a timer. +?*/ +#ifdef DOC +void +UchTimeOut :: SetHandler ((void)(*h)(Millisecond)) +{ +} +#endif -- cgit v1.1