From c3dc8c46e40293c7149ee443c49a6b1094ed1fdb Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 31 Mar 2004 22:36:44 +0000 Subject: [PATCH] First Working Release (with this comment) --- vcg/container/container_allocation_table.h | 5 +++++ vcg/container/entries_allocation_table.h | 5 +++++ vcg/container/simple_temporary_data.h | 7 ++++++- vcg/container/traced_vector.h | 6 +++++- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/vcg/container/container_allocation_table.h b/vcg/container/container_allocation_table.h index 4d4bb886..cdc4d57a 100644 --- a/vcg/container/container_allocation_table.h +++ b/vcg/container/container_allocation_table.h @@ -20,8 +20,13 @@ * for more details. * * * ****************************************************************************/ +/**************************************************************************** + History +$Log: not supported by cvs2svn $ +/****************************************************************************/ + #ifndef __VCGLIB_CAT__ #define __VCGLIB_CAT__ diff --git a/vcg/container/entries_allocation_table.h b/vcg/container/entries_allocation_table.h index f2a8513c..b01f5cac 100644 --- a/vcg/container/entries_allocation_table.h +++ b/vcg/container/entries_allocation_table.h @@ -21,7 +21,12 @@ * * ****************************************************************************/ +/**************************************************************************** + History +$Log: not supported by cvs2svn $ + +/****************************************************************************/ #ifndef __VCGLIB_ENTRIES__ #define __VCGLIB_ENTRIES__ diff --git a/vcg/container/simple_temporary_data.h b/vcg/container/simple_temporary_data.h index 91b20081..e80ea37c 100644 --- a/vcg/container/simple_temporary_data.h +++ b/vcg/container/simple_temporary_data.h @@ -20,13 +20,18 @@ * for more details. * * * ****************************************************************************/ +/**************************************************************************** + History +$Log: not supported by cvs2svn $ + +/****************************************************************************/ #ifndef __VCGLIB_SIMPLE__ #define __VCGLIB_SIMPLE__ #include - + namespace vcg { template diff --git a/vcg/container/traced_vector.h b/vcg/container/traced_vector.h index 05b9955b..282f9dc4 100644 --- a/vcg/container/traced_vector.h +++ b/vcg/container/traced_vector.h @@ -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