This is Unofficial EPICS BASE Doxygen Site
syncGroupNotify.cpp
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE is distributed subject to a Software License Agreement found
7 * in file LICENSE that is included with this distribution.
8 \*************************************************************************/
9 
10 /*
11  * Author: Jeffrey O. Hill
12  * hill@luke.lanl.gov
13  * (505) 665 1831
14  */
15 
16 #define epicsAssertAuthor "Jeff Hill johill@lanl.gov"
17 
18 #include "iocinf.h"
19 #include "syncGroup.h"
20 #include "oldAccess.h"
21 
23 {
24 }
25 
27 {
28 }
29 
30 
31 
32 
virtual ~syncGroupNotify()