From b216a62d1e8ebc321b5055db4dda2fc34e9565a4 Mon Sep 17 00:00:00 2001
From: Marty Kraimer
Date: Mon, 20 Aug 2012 14:51:09 -0400
Subject: [PATCH] changes for "String const&"
---
documentation/pvDataCPP.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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;