summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1993-05-03 15:43:59 +0000
committerchatty1993-05-03 15:43:59 +0000
commitf420eedec01b5a2559b9870e506318b733dbf296 (patch)
treef18aa188141e21e788db3851428cd2035d77f2be /comm
parentef9230b5220a2629e6233019427d8cafb0ede91b (diff)
downloadivy-league-f420eedec01b5a2559b9870e506318b733dbf296.zip
ivy-league-f420eedec01b5a2559b9870e506318b733dbf296.tar.gz
ivy-league-f420eedec01b5a2559b9870e506318b733dbf296.tar.bz2
ivy-league-f420eedec01b5a2559b9870e506318b733dbf296.tar.xz
Set AddNotify and RemoveNotify as virtual, as said in the doc.
Diffstat (limited to 'comm')
-rw-r--r--comm/Channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/comm/Channel.h b/comm/Channel.h
index 302d05d..e59d3d5 100644
--- a/comm/Channel.h
+++ b/comm/Channel.h
@@ -76,8 +76,8 @@ protected:
UchFilDes Fd;
IOMODE Mode;
- void AddNotify (UchMultiplexer&);
- void RemoveNotify (UchMultiplexer&);
+virtual void AddNotify (UchMultiplexer&);
+virtual void RemoveNotify (UchMultiplexer&);
public:
UchChannel ();