added comment

This commit is contained in:
Jeff Hill
2001-04-20 19:39:45 +00:00
parent 9f2d93d2d4
commit 5152152edb

View File

@@ -127,6 +127,9 @@ public:
virtual void initiateConnect () = 0;
virtual void write ( unsigned type, unsigned long 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, unsigned long count,
cacReadNotify &, ioid * = 0 ) = 0;
virtual ioStatus write ( unsigned type, unsigned long count,