--- parser3/src/main/pa_pool.C 2001/03/11 08:16:35 1.11 +++ parser3/src/main/pa_pool.C 2001/05/17 19:33:33 1.18 @@ -1,18 +1,17 @@ -/* - Parser +/** @file + Parser: pool class. + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_pool.C,v 1.11 2001/03/11 08:16:35 paf Exp $ + $Id: pa_pool.C,v 1.18 2001/05/17 19:33:33 parser Exp $ */ -#include - #include "pa_pool.h" #include "pa_exception.h" void Pool::fail(size_t size) const { - // TODO: if(!fexception) die("Pool::fail with no exception set") fexception->_throw(0, 0, 0, "failed to allocate %u bytes", size);