$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2003-12-19 15:24:53
Again, please don't credit me. I did nothing here. This is getting
embarressing. :P
PS. You need a copy-constructor on ScopeGuardBase..
ScopeGuardBase(const ScopeGuardBase& x)
: m_dismissed(x.m_dismissed)
{ x.Dismiss(); }
-- Daniel Wallin