summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1995-02-08 14:43:39 +0000
committerchatty1995-02-08 14:43:39 +0000
commitca81e398b713d4afe46788d880073d2751c786ff (patch)
tree574b3b3de1421c653c2f1b82ce65361b8298dd74 /comm
parent1403d5bbaea88ca4dc19920452abb986f3ae1209 (diff)
downloadivy-league-ca81e398b713d4afe46788d880073d2751c786ff.zip
ivy-league-ca81e398b713d4afe46788d880073d2751c786ff.tar.gz
ivy-league-ca81e398b713d4afe46788d880073d2751c786ff.tar.bz2
ivy-league-ca81e398b713d4afe46788d880073d2751c786ff.tar.xz
Added SetHandler
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