summaryrefslogtreecommitdiff
path: root/comm/Channel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Channel.cc')
-rw-r--r--comm/Channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/comm/Channel.cc b/comm/Channel.cc
index f233e00..81290bb 100644
--- a/comm/Channel.cc
+++ b/comm/Channel.cc
@@ -125,7 +125,7 @@ IvlFd :: Close ()
Return true if the object is opened, false else.
?*/
bool
-IvlFd :: Opened ()
+IvlFd :: IsOpen ()
{ }
/*?