summaryrefslogtreecommitdiff
path: root/comm/Channel.cc
diff options
context:
space:
mode:
authorsc2000-12-30 23:32:23 +0000
committersc2000-12-30 23:32:23 +0000
commit56ceb9fca7d983b0ad187a68d1ede42f79b101c6 (patch)
treea221db06ade79ceb74f777640f7008a513db35e0 /comm/Channel.cc
parent13fffb63934984327e3daca40167a594351f140f (diff)
downloadivy-league-master.zip
ivy-league-master.tar.gz
ivy-league-master.tar.bz2
ivy-league-master.tar.xz
Opened -> IsOpenHEADmaster
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 ()
{ }
/*?