addded lock member functions

This commit is contained in:
Jeff Hill
2000-06-08 15:04:45 +00:00
parent a2b7e25be5
commit 7d6d6e6b11

View File

@@ -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 <baseNMIU>,
@@ -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;