pvAccessCPP  7.1.1
clientFactory.h
1 /**
2  * Copyright - See the COPYRIGHT that is included with this distribution.
3  * pvAccessCPP is distributed subject to a Software License Agreement found
4  * in file LICENSE that is included with this distribution.
5  */
6 
7 #ifndef CLIENTFACTORY_H
8 #define CLIENTFACTORY_H
9 
10 #include <shareLib.h>
11 
12 namespace epics {
13 namespace pvAccess {
14 
15 class epicsShareClass ClientFactory {
16 public:
17  static void start();
18  static void stop();
19 };
20 
21 }
22 }
23 
24 #endif /* CLIENTFACTORY_H */
Copyright - See the COPYRIGHT that is included with this distribution.