Files
pcas/src/ca/netiiu.cpp
2000-04-28 01:29:00 +00:00

31 lines
430 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"
/*
* constructNIIU ()
*/
netiiu::netiiu (cac *pcac) : baseIIU (pcac)
{
ellInit (&this->chidList);
}
/*
* netiiu::~netiiu ()
*/
netiiu::~netiiu ()
{
}