$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-05-28 06:06:01
> but that just instantiates what I currently need in my code and is no
> real solution.
I agree completely.
> Why do you manually build these vtables and don't use virtual functions?
Because they're dispatched based upon a numeric ID stored in the state
machine.
John.