First Working Release (with this comment)

This commit is contained in:
ganovelli 2004-03-31 22:36:44 +00:00
parent c121ea989e
commit c3dc8c46e4
4 changed files with 21 additions and 2 deletions

View File

@ -20,8 +20,13 @@
* for more details. *
* *
****************************************************************************/
/****************************************************************************
History
$Log: not supported by cvs2svn $
/****************************************************************************/
#ifndef __VCGLIB_CAT__
#define __VCGLIB_CAT__

View File

@ -21,7 +21,12 @@
* *
****************************************************************************/
/****************************************************************************
History
$Log: not supported by cvs2svn $
/****************************************************************************/
#ifndef __VCGLIB_ENTRIES__
#define __VCGLIB_ENTRIES__

View File

@ -20,13 +20,18 @@
* for more details. *
* *
****************************************************************************/
/****************************************************************************
History
$Log: not supported by cvs2svn $
/****************************************************************************/
#ifndef __VCGLIB_SIMPLE__
#define __VCGLIB_SIMPLE__
#include <vector>
namespace vcg {
template <class STL_CONT, class ATTR_TYPE>

View File

@ -20,10 +20,14 @@
* for more details. *
* *
****************************************************************************/
/****************************************************************************
History
$Log: not supported by cvs2svn $
/****************************************************************************/
#ifndef __VCGLIB_TRACED_VECTOR__
#define __VCGLIB_TRACED_VECTOR__
#define __VCGLIB_TRACED_VECTOR__
#include <vcg/container/container_allocation_table.h>