summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
Diffstat (limited to 'comm')
-rw-r--r--comm/TimeOut.cc10
1 files changed, 10 insertions, 0 deletions
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