From 7d6d6e6b112f1073bda3d2be8cd2f0aeb6ab76d8 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 8 Jun 2000 15:04:45 +0000 Subject: [PATCH] addded lock member functions --- src/ca/iocinf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index d085fa762..017afbc32 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -185,6 +185,8 @@ private: ~nciu (); // force pool allocation int issuePut ( ca_uint16_t cmd, unsigned id, chtype type, unsigned long count, const void *pvalue ); + void lock () const; + void unlock () const; }; class baseNMIU : public tsDLNode , @@ -710,6 +712,8 @@ public: void uninstallCASG (CASG &); void registerService ( cacServiceIO &service ); bool createChannelIO (const char *name_str, cacChannel &chan); + void lock () const; + void unlock () const; osiTimerQueue timerQueue; ELLLIST activeCASGOP;