From f420eedec01b5a2559b9870e506318b733dbf296 Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 3 May 1993 15:43:59 +0000 Subject: Set AddNotify and RemoveNotify as virtual, as said in the doc. --- comm/Channel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comm') 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 (); -- cgit v1.1