Files
pvAccess/pvAccessApp/pva/clientFactory.h
2013-11-20 16:14:42 +01:00

24 lines
470 B
C++

/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifndef CLIENTFACTORY_H
#define CLIENTFACTORY_H
#include <shareLib.h>
namespace epics {
namespace pvAccess {
class epicsShareClass ClientFactory {
public:
static void start();
static void stop();
};
}}
#endif /* CLIENTFACTORY_H */