From ada4054083347b3aad09b62b66820ffab4b681fe Mon Sep 17 00:00:00 2001 From: sc Date: Fri, 22 Dec 2000 09:32:07 +0000 Subject: Fixed typos in doc --- comm/Channel.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comm/Channel.cc') diff --git a/comm/Channel.cc b/comm/Channel.cc index 98bc97c..f233e00 100644 --- a/comm/Channel.cc +++ b/comm/Channel.cc @@ -157,7 +157,7 @@ It has a mode, of type \typ{^{IOMODE}}, with possible values \index{IOMODE :: IONone}\index{IOMODE :: IORead}\index{IOMODE :: IOWrite}\index{IOMODE :: IOReadWrite}\index{IOMODE :: IOSelect}\index{IOMODE :: IOReadSelect}\index{IOMODE :: IOWriteSelect}\index{IOMODE :: IOAll} Before being initialized, a IvlChannel.has mode \var{IONone} and is said to be closed. -A IvlChannel.has a number of virtual functions. +A channel has a number of virtual functions. The destructor is virtual; this is useful for classes that store pointers to objects of a class derived from \typ{IvlChannel} (like in the class \typ{IvlSocket}). The functions \fun{HandleSelect}, \fun{HandleRead} and \fun{HandleWrite} @@ -168,7 +168,7 @@ Such capabilities are used and thus illustrated in class \typ{IvlScheduler}. A \typ{IvlChannel} can be associated with only one \typ{IvlBaseScheduler} at a time by using the functions \fun{Add} and \fun{Remove} of the Channel. When it is added/removed from its Multiplexor, -virtual function \fun{Added/Removed} is called. +the virtual function \fun{Added/Removed} is called. ?*/ /*? -- cgit v1.1