$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Asif Lodhi (asif.lodhi_at_[hidden])
Date: 2008-03-29 19:21:55
Hi Steven,
On 3/30/08, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> ......................................................... There needs to be a way
> to register callbacks for each particular event type. Then,
> there is some code that gets a packet and decodes it to the
> proper type. Finally, this is dispatched to all the registered
> signals.
That's exactly why I suggested using the Observer design pattern.
-- BR/Asif