fixed comment

This commit is contained in:
Jeff Hill
1996-07-10 23:32:51 +00:00
parent 0ab1978030
commit ab9a1d4022
2 changed files with 2 additions and 10 deletions
+1 -8
View File
@@ -202,21 +202,18 @@ public:
//
// read
//
// this is allowed to complete asychronously
//
caStatus read(const casCtx &ctxIn, gdd &value);
//
// write
//
// this is allowed to complete asychronously
//
caStatus write(const casCtx &ctxIn, gdd &value);
private:
};
//
// exAsyncPV
// (asychronous PV)
//
class exAsyncPV : public exPV {
public:
@@ -229,15 +226,11 @@ public:
//
// read
//
// this is allowed to complete asychronously
//
caStatus read(const casCtx &ctxIn, gdd &value);
//
// write
//
// this is allowed to complete asychronously
//
caStatus write(const casCtx &ctxIn, gdd &value);
unsigned maxSimultAsyncOps () const;
+1 -2
View File
@@ -1,7 +1,6 @@
WORK IN PROGRESS
this directory contains the posix RT os dependent source for
this directory contains the posix real time os dependent source for
the EPICS ca server