Files
epics-base/src/ca/baseNMIU.cpp
2002-04-26 01:24:24 +00:00

30 lines
447 B
C++

/* $Id$
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, the Regents of the University of California.
*
* Author: Jeff Hill
*/
#define epicsAssertAuthor "Jeff Hill johill@lanl.gov"
#include "iocinf.h"
#include "nciu.h"
#include "netIO.h"
baseNMIU::baseNMIU ( nciu &chanIn ) :
chan ( chanIn )
{
}
baseNMIU::~baseNMIU ()
{
}