From 6153a1f0aeeced1efdb28736f73c45e547df41a3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 20 Nov 2000 17:35:25 +0000 Subject: [PATCH] removed --- src/ca/cacNotifyIO_IL.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/ca/cacNotifyIO_IL.h diff --git a/src/ca/cacNotifyIO_IL.h b/src/ca/cacNotifyIO_IL.h deleted file mode 100644 index 0ab849806..000000000 --- a/src/ca/cacNotifyIO_IL.h +++ /dev/null @@ -1,31 +0,0 @@ - -/* $Id$ - * - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 1986, The Regents of the University of California. - * - * Author: Jeff Hill - */ - -inline void cacNotifyIO::completionNotify () -{ - this->notify.completionNotify (); -} - -inline void cacNotifyIO::completionNotify ( unsigned type, unsigned long count, const void *pData ) -{ - this->notify.completionNotify ( type, count, pData ); -} - -inline void cacNotifyIO::exceptionNotify ( int status, const char *pContext ) -{ - this->notify.exceptionNotify ( status, pContext ); -} - -inline void cacNotifyIO::exceptionNotify ( int status, const char *pContext, unsigned type, unsigned long count ) -{ - this->notify.exceptionNotify ( status, pContext, type, count ); -}