31 lines
430 B
C++
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 ()
|
|
{
|
|
}
|
|
|
|
|