rpc client win port

This commit is contained in:
Matej Sekoranja
2014-04-04 23:59:11 +02:00
parent 4902d5d1ec
commit 4fc86c832e

View File

@@ -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);
}