starting Win32 port

This commit is contained in:
Matej Sekoranja
2013-11-20 16:14:42 +01:00
parent 308105a212
commit 949bed230e
21 changed files with 153 additions and 62 deletions
+10 -1
View File
@@ -9,8 +9,17 @@
#include <string>
#ifdef epicsExportSharedSymbols
# define rpcClientEpicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif
#include <pv/pvData.h>
#ifdef rpcClientEpicsExportSharedSymbols
# define epicsExportSharedSymbols
# undef rpcClientEpicsExportSharedSymbols
#endif
#include <shareLib.h>
namespace epics
{
@@ -21,7 +30,7 @@ namespace pvAccess
* RPCClient is an interface class that is used by a service client.
*
*/
class RPCClient
class epicsShareClass RPCClient
{
public:
POINTER_DEFINITIONS(RPCClient);