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);