This is Unofficial EPICS BASE Doxygen Site
cacContextNotify.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  *
12  * L O S A L A M O S
13  * Los Alamos National Laboratory
14  * Los Alamos, New Mexico 87545
15  *
16  * Copyright, 1986, The Regents of the University of California.
17  *
18  * Author: Jeff Hill
19  */
20 
21 #include <stdlib.h>
22 
23 #include "iocinf.h"
24 
25 #include "cacIO.h"
26 
28 {
29 }
30 
32 {
33 }
34 
36 {
37 }
38 
39 
40 
virtual ~cacContextNotify()=0
virtual void callbackProcessingInitiateNotify()=0
virtual void callbackProcessingCompleteNotify()=0