|
|
| version 1.8, 2002/02/08 07:27:50 | version 1.13, 2003/01/21 15:51:17 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: CGI: pool storage class decl. | Parser: CGI: pool storage class decl. |
| Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| $Id$ | |
| */ | */ |
| #ifndef PA_POOL_STORAGE_H | #ifndef PA_POOL_STORAGE_H |
| #define PA_POOL_STORAGE_H | #define PA_POOL_STORAGE_H |
| static const char* IDENT_POOL_STORAGE_H="$Date$"; | |
| #include "pa_config_includes.h" | #include "pa_config_includes.h" |
| /** | /** |
| Line 118 public: | Line 118 public: |
| } | } |
| ~Pool_storage() { | ~Pool_storage() { |
| // __asm__("int3"); | //__asm__("int3"); |
| // _asm int 3; | |
| //fprintf(stderr, "cleanups: %d\n", cleanups.size()); | //fprintf(stderr, "cleanups: %d\n", cleanups.size()); |
| // cleanups first, because they use some object's memory pointers | // cleanups first, because they use some object's memory pointers |
| cleanups.for_each_reverse(cleanup); | cleanups.for_each_reverse(cleanup); |