Files
epics-base/src/ca/cacNotifyIO.cpp
2001-02-09 17:38:00 +00:00

20 lines
332 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"
cacNotifyIO::~cacNotifyIO ()
{
this->callback.release ();
}