channelNode public memebers should be protected members

This commit is contained in:
Jeff Hill
2004-06-17 23:32:09 +00:00
parent d0ca66c2e3
commit 7f3db9f676

View File

@@ -55,7 +55,7 @@ class netiiu;
// Protected by the callback mutex
class channelNode : public tsDLNode < class nciu >
{
public:
protected:
channelNode ();
bool isConnected ( epicsGuard < epicsMutex > & ) const;
bool isInstalledInServer ( epicsGuard < epicsMutex > & ) const;