22 lines
391 B
C++
22 lines
391 B
C++
|
|
/* $Id$
|
|
*
|
|
* L O S A L A M O S
|
|
* Los Alamos National Laboratory
|
|
* Los Alamos, New Mexico 87545
|
|
*
|
|
* Copyright, 1986, The Regents of the University of California.
|
|
*
|
|
* Author: Jeff Hill
|
|
*/
|
|
|
|
#include "iocinf.h"
|
|
|
|
#define epicsExportSharedSymbols
|
|
#include "cacIO.h"
|
|
#undef epicsExportSharedSymbols
|
|
|
|
cacStateNotify::~cacStateNotify ()
|
|
{
|
|
}
|