diff --git a/documentation/pvDataCPP.html b/documentation/pvDataCPP.html index c6cc350..aea522d 100644 --- a/documentation/pvDataCPP.html +++ b/documentation/pvDataCPP.html @@ -74,7 +74,7 @@ of products:

A middle layer for implementing services.
-

Each of the products has a CPP and a C++ implementation.

+

Each of the products has a Java and a C++ implementation.

The products are all part of the V4 implementation of

where

@@ -3347,8 +3347,8 @@ public: static const char* StatusTypeName[]; static Status OK; Status(); - Status(StatusType type, epics::pvData::String message); - Status(StatusType type, epics::pvData::String message, epics::pvData::String stackDump); + Status(StatusType type, epics::pvData::String const & message); + Status(StatusType type, epics::pvData::String const & message, epics::pvData::String stackDump); ~Status() StatusType getType() const; String getMessage() const;