From: mike Date: Wed, 4 Oct 2006 17:14:12 +0000 (+0000) Subject: Add ZOOM_connection_is_idle() X-Git-Tag: cpan_1_22~123 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=5e04ca6da179b1f26f17dc92a4c3a920ccd37357;hp=34087b1f9c695dcf41cc9e300b455714040ca4bb;p=ZOOM-Perl-moved-to-github.git Add ZOOM_connection_is_idle() Remove old UNTESTED comments. --- 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.