From 4fc86c832e567d1a9eaa2e800388ff4fc032fc36 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Fri, 4 Apr 2014 23:59:11 +0200 Subject: [PATCH] rpc client win port --- pvAccessApp/rpcClient/rpcClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvAccessApp/rpcClient/rpcClient.h b/pvAccessApp/rpcClient/rpcClient.h index 4179897..6f93436 100644 --- a/pvAccessApp/rpcClient/rpcClient.h +++ b/pvAccessApp/rpcClient/rpcClient.h @@ -55,7 +55,7 @@ namespace pvAccess - class RPCClientFactory + class epicsShareClass RPCClientFactory { public: /** @@ -76,7 +76,7 @@ namespace pvAccess * @return the result of the RPC call. * @throws RPCRequestException exception thrown on error on timeout. */ - epics::pvData::PVStructure::shared_pointer sendRequest(const std::string & serviceName, + epicsShareExtern epics::pvData::PVStructure::shared_pointer sendRequest(const std::string & serviceName, epics::pvData::PVStructure::shared_pointer request, double timeOut); }