From 726af25bf024e8478fccd303a05d062c118dc6be Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 6 Feb 2005 17:14:08 +0000 Subject: Changed protected inheritance to simple composition. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4e0d5cbb..9909da71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ VERSION 0.6.4cvs ================ +2005-02-06 Vincent Richard + + * mailboxList.{cpp|hpp}: dropped protected inheritance which was not + appropriate for this type of composition. + 2005-02-05 Vincent Richard * parserHelpers.hpp: moved 'static' functions into 'parserHelpers' class. -- cgit