This is Unofficial EPICS BASE Doxygen Site
clientFactory.h
Go to the documentation of this file.
1 
7 #ifndef CLIENTFACTORY_H
8 #define CLIENTFACTORY_H
9 
10 #include <shareLib.h>
11 
12 namespace epics {
13 namespace pvAccess {
14 
16 public:
17  static void start();
18  static void stop();
19 };
20 
21 }
22 }
23 
24 #endif /* CLIENTFACTORY_H */
TODO only here because of the Lockable.
Definition: ntaggregate.cpp:16
Mark external symbols and entry points for shared libraries.
#define epicsShareClass
Definition: shareLib.h:206