From 11388a5ad3189a293ce3d6e21832a38b57cb71ff Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 4 Jun 2001 23:10:45 +0000 Subject: [PATCH] removed comment --- src/ca/cacIO.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/ca/cacIO.h b/src/ca/cacIO.h index b7ecaa2fc..d88dd40f6 100644 --- a/src/ca/cacIO.h +++ b/src/ca/cacIO.h @@ -133,13 +133,10 @@ public: virtual const char *pName () const = 0; virtual void show ( unsigned level ) const = 0; virtual void initiateConnect () = 0; - virtual void write ( unsigned type, arrayElementCount count, - const void *pValue ) = 0; -// we may need to include an optimization for read copy here if we want to enable -// reasonable performance of the old API. Adding it here means that the outstanding IO -// count must be visible :-(. virtual ioStatus read ( unsigned type, arrayElementCount count, cacReadNotify &, ioid * = 0 ) = 0; + virtual void write ( unsigned type, arrayElementCount count, + const void *pValue ) = 0; virtual ioStatus write ( unsigned type, arrayElementCount count, const void *pValue, cacWriteNotify &, ioid * = 0 ) = 0; virtual void subscribe ( unsigned type, arrayElementCount count,