diff options
Diffstat (limited to 'nxcomp/src/ChannelEndPoint.h')
-rw-r--r-- | nxcomp/src/ChannelEndPoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nxcomp/src/ChannelEndPoint.h b/nxcomp/src/ChannelEndPoint.h index 4c0c728f3..652492485 100644 --- a/nxcomp/src/ChannelEndPoint.h +++ b/nxcomp/src/ChannelEndPoint.h @@ -46,6 +46,7 @@ class ChannelEndPoint ~ChannelEndPoint(); ChannelEndPoint &operator=(const ChannelEndPoint &other); + bool configured() const; bool enabled() const; bool disabled() { return !enabled(); } void disable(); |