$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 1999-12-13 21:16:15
> <BeOS-like messaging facility snipped>
>
> This is an important concept, but not neccessarily the best design. Messages
> should just be member functions on an abstract base class, e.g.
You should look at the design used for the "signals" in the libsigc++
project. You can find the sources in Gnome CVS.
-- Darin