From 5e04ca6da179b1f26f17dc92a4c3a920ccd37357 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 4 Oct 2006 17:14:12 +0000 Subject: [PATCH] Add ZOOM_connection_is_idle() Remove old UNTESTED comments. --- ZOOM.xs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ZOOM.xs b/ZOOM.xs index 7f02c01..3314067 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.42 2006-06-15 15:43:13 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.43 2006-10-04 17:14:12 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -520,8 +520,6 @@ ZOOM_package_option_set(p, key, val) const char * key const char * val -# UNTESTED -# # This has to be called with a single argument which is a _reference_ # to an array -- rather than directly with an array, which is of # course identical to passing arbitrarily many arguments. This is @@ -587,11 +585,15 @@ ZOOM_event(conns) OUTPUT: RETVAL -# UNTESTED int ZOOM_connection_last_event(cs) ZOOM_connection cs +int +ZOOM_connection_is_idle(cs) + ZOOM_connection cs + + # ---------------------------------------------------------------------------- # What follows is the YAZ logging API. This is not strictly part of # ZOOM, but it's so useful that it would be silly to omit. -- 1.7.10.4