Source: classlib/include/classlib/alloctr.h
|
|
|
|
/***************************************************************************
alloctr.h - definizione degli allocatori standard
-------------------
begin : ven dic 7 17:40:01 CET 2001
copyright : (C) 2001 by Nicola De Nisco
email : nicola@winada.it
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#if !defined( __CLASSLIB_ALLOCTR_H )
#define __CLASSLIB_ALLOCTR_H
#if !defined( __STDLIB_H )
#include
#endif // __STDLIB_H
#if !defined( __CLASSLIB_DEFS_H )
#include "classlib/defs.h"
#endif // __CLASSLIB_DEFS_H
/*
* NIENE PER ORA
*
*/
#endif // __CLASSLIB_ALLOCTR_H
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |