$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-01-07 14:41:31
At 12:56 PM 1/7/2002, rogeeff wrote:
 > IMO with good design you would not need a Plicies to communicate.
They have to communicate.  The question is to they communicate directly via 
inheritance or indirectly via the framework.
The difficulty with using the framework to mediate the communication via 
forwarding functions is that communication is limited to exactly those 
forwarding functions and now others. And they are still there even when not 
needed.  The forwarding function also represent additional complexity.
--Beman