This is Unofficial EPICS BASE Doxygen Site
notifyGuard Class Reference

#include "cac.h"

+ Inheritance diagram for notifyGuard:

Public Member Functions

 notifyGuard (cacContextNotify &)
 
 ~notifyGuard ()
 

Detailed Description

Definition at line 79 of file cac.h.

Constructor & Destructor Documentation

notifyGuard::notifyGuard ( cacContextNotify notifyIn)
inline

Definition at line 383 of file cac.h.

383  :
384  notify ( notifyIn )
385 {
386  this->notify.callbackProcessingInitiateNotify ();
387 }
virtual void callbackProcessingInitiateNotify()=0
notifyGuard::~notifyGuard ( )
inline

Definition at line 389 of file cac.h.

390 {
391  this->notify.callbackProcessingCompleteNotify ();
392 }
virtual void callbackProcessingCompleteNotify()=0

The documentation for this class was generated from the following file: