deprecate RPCClient::sendRequest()

Changes to provider factory registery make this
very inefficient (build a new client context of each request)
This commit is contained in:
Michael Davidsaver
2017-06-08 20:37:20 +02:00
parent 3e37781d85
commit 3a190cb572
2 changed files with 1 additions and 13 deletions

View File

@@ -70,7 +70,7 @@ public:
* @throws RPCRequestException exception thrown on error on timeout.
*/
static epics::pvData::PVStructure::shared_pointer sendRequest(const std::string & serviceName,
epics::pvData::PVStructure::shared_pointer const &request, double timeOut = RPCCLIENT_DEFAULT_TIMEOUT);
epics::pvData::PVStructure::shared_pointer const &request, double timeOut = RPCCLIENT_DEFAULT_TIMEOUT) EPICS_DEPRECATED;