more work on pvAccessCPP.html

This commit is contained in:
mrkraimer
2015-12-07 12:27:22 -05:00
parent 9b43a07b47
commit 99c7a1ae24
7 changed files with 1369 additions and 1165 deletions

View File

@@ -322,7 +322,7 @@ RPCClient::shared_pointer RPCClient::create(const std::string & serviceName)
PVStructure::shared_pointer RPCClient::sendRequest(const std::string & serviceName,
PVStructure::shared_pointer queryRequest,
PVStructure::shared_pointer const & queryRequest,
double timeOut)
{
RPCClient::shared_pointer client = RPCClient::create(serviceName);