From b2d8c1c820685fe92fa4667a694fe4947b216685 Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 8 Jan 1999 10:32:55 +0000 Subject: Bus -> Ivy Simplified management of different versions of channel management. SetChannelManagement has disappeared. --- src/ivyxtloop.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/ivyxtloop.h') diff --git a/src/ivyxtloop.h b/src/ivyxtloop.h index 0784714..591d6a1 100644 --- a/src/ivyxtloop.h +++ b/src/ivyxtloop.h @@ -2,7 +2,7 @@ * * Ivy, C interface * - * Copyright 1997-1998 + * Copyright 1997-1999 * Centre d'Etudes de la Navigation Aerienne * * Main loop based on X Toolkit @@ -33,18 +33,18 @@ extern "C" { #include "ivychannel.h" -extern void BusXtChannelInit(void); +extern void IvyXtChannelInit(void); -extern Channel BusXtChannelSetUp( - HANDLE fd, - void *data, - ChannelHandleDelete handle_delete, - ChannelHandleRead handle_read - ); +extern Channel IvyXtChannelSetUp( + HANDLE fd, + void *data, + ChannelHandleDelete handle_delete, + ChannelHandleRead handle_read +); -extern void BusXtChannelClose( Channel channel ); +extern void IvyXtChannelClose( Channel channel ); -extern void BusXtChannelAppContext( XtAppContext cntx ); +extern void IvyXtChannelAppContext( XtAppContext cntx ); #ifdef __cplusplus } -- cgit v1.1