From c92c62dc21ce14c2b1272d1fc7e3b97a7caa4b87 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 13 Oct 2000 01:22:49 +0000 Subject: [PATCH] updated comment --- src/cas/generic/casdef.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/casdef.h b/src/cas/generic/casdef.h index 172e7e64f..7e887c65c 100644 --- a/src/cas/generic/casdef.h +++ b/src/cas/generic/casdef.h @@ -475,7 +475,8 @@ public: // NOTE: // o the server tool is encouraged to change the prototype GDD's // primitive type to whatever primitive data type is most convient - // for the server side tool. + // for the server side tool. Conversion libraries in the CA server + // will convert as necessary to the client's primitive data type. // epicsShareFunc virtual caStatus read (const casCtx &ctx, gdd &prototype);