broke apart monolithic iocinf.h header file

This commit is contained in:
Jeff Hill
2001-04-20 00:08:41 +00:00
parent 1e786e3d5a
commit 1c6767d3f2
4 changed files with 25 additions and 148 deletions

25
src/ca/cacNotify.cpp Normal file
View File

@@ -0,0 +1,25 @@
/* $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 <stdlib.h>
#include "iocinf.h"
#define epicsExportSharedSymbols
#include "cacIO.h"
#undef epicsExportSharedSymbols
cacNotify::~cacNotify ()
{
}