URL:
https://svn.lrde.org/svn/oln/trunk/milena
ChangeLog:
2007-11-15 Simon Nivault <simon.nivault(a)lrde.epita.fr>
Fix the guard oh all headers.
* mln/canvas/browsing/dir_ricard51.hh,
* mln/canvas/browsing/directional.hh,
* mln/convert/to_p_array.hh,
* mln/convert/to_p_set.hh,
* mln/core/concept/generalized_pixel.hh,
* mln/core/concept/point_iterator.hh,
* mln/core/concept/value_iterator.hh,
* mln/core/image1d.hh,
* mln/core/image2d.hh,
* mln/core/image3d.hh,
* mln/core/internal/image_if_base.hh,
* mln/core/mesh_p.hh,
* mln/core/mesh_psite.hh,
* mln/core/p_array.hh,
* mln/core/p_array_piter.hh,
* mln/core/p_priority_queue_fast.hh,
* mln/core/p_queue.hh,
* mln/core/p_queue_fast.hh,
* mln/core/p_set.hh,
* mln/core/pixter1d.hh,
* mln/core/pixter2d.hh,
* mln/core/pixter3d.hh,
* mln/core/trait/op_mult.hh,
* mln/fun/i2v/all_to.hh,
* mln/level/memcpy_.hh,
* mln/level/memset_.hh,
* mln/metal/converts_to.hh,
* mln/metal/goes_to.hh,
* mln/metal/if.hh,
* mln/metal/is.hh,
* mln/metal/is_a.hh,
* mln/metal/is_not.hh,
* mln/metal/none.hh,
* mln/win/backdiag2d.hh,
* mln/win/cube3d.hh,
* mln/win/diag2d.hh,
* mln/win/disk2d.hh,
* mln/win/hline2d.hh,
* mln/win/line.hh,
* mln/win/octagon2d.hh,
* mln/win/rectangle2d.hh,
* mln/win/segment1d.hh,
* mln/win/vline2d.hh: Fix.
---
canvas/browsing/dir_ricard51.hh | 6 +++---
canvas/browsing/directional.hh | 6 +++---
convert/to_p_array.hh | 6 +++---
convert/to_p_set.hh | 6 +++---
core/concept/generalized_pixel.hh | 6 +++---
core/concept/point_iterator.hh | 6 +++---
core/concept/value_iterator.hh | 6 +++---
core/image1d.hh | 6 +++---
core/image2d.hh | 6 +++---
core/image3d.hh | 6 +++---
core/internal/image_if_base.hh | 6 +++---
core/mesh_p.hh | 6 +++---
core/mesh_psite.hh | 6 +++---
core/p_array.hh | 6 +++---
core/p_array_piter.hh | 6 +++---
core/p_priority_queue_fast.hh | 6 +++---
core/p_queue.hh | 6 +++---
core/p_queue_fast.hh | 6 +++---
core/p_set.hh | 6 +++---
core/pixter1d.hh | 6 +++---
core/pixter2d.hh | 6 +++---
core/pixter3d.hh | 6 +++---
core/trait/op_mult.hh | 6 +++---
fun/i2v/all_to.hh | 6 +++---
level/memcpy_.hh | 6 +++---
level/memset_.hh | 6 +++---
metal/converts_to.hh | 6 +++---
metal/goes_to.hh | 6 +++---
metal/if.hh | 6 +++---
metal/is.hh | 6 +++---
metal/is_a.hh | 6 +++---
metal/is_not.hh | 6 +++---
metal/none.hh | 6 +++---
win/backdiag2d.hh | 6 +++---
win/cube3d.hh | 6 +++---
win/diag2d.hh | 6 +++---
win/disk2d.hh | 6 +++---
win/hline2d.hh | 6 +++---
win/line.hh | 6 +++---
win/octagon2d.hh | 6 +++---
win/rectangle2d.hh | 6 +++---
win/segment1d.hh | 6 +++---
win/vline2d.hh | 6 +++---
43 files changed, 129 insertions(+), 129 deletions(-)
Index: trunk/milena/mln/core/mesh_psite.hh
===================================================================
--- trunk/milena/mln/core/mesh_psite.hh (revision 1485)
+++ trunk/milena/mln/core/mesh_psite.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_MESH_PSITE_HH
-# define MLN_MESH_PSITE_HH
+#ifndef MLN_CORE_MESH_PSITE_HH
+# define MLN_CORE_MESH_PSITE_HH
/*! \file mln/core/mesh_psite.hh
*
@@ -100,4 +100,4 @@
} // end of mln
-#endif // MLN_MESH_PSITE_HH
+#endif // MLN_CORE_MESH_PSITE_HH
Index: trunk/milena/mln/core/p_queue.hh
===================================================================
--- trunk/milena/mln/core/p_queue.hh (revision 1485)
+++ trunk/milena/mln/core/p_queue.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_QUEUE_P_HH
-# define MLN_CORE_QUEUE_P_HH
+#ifndef MLN_CORE_P_QUEUE_HH
+# define MLN_CORE_P_QUEUE_HH
/*! \file mln/core/p_queue.hh
*
@@ -280,4 +280,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_QUEUE_P_HH
+#endif // ! MLN_CORE_P_QUEUE_HH
Index: trunk/milena/mln/core/mesh_p.hh
===================================================================
--- trunk/milena/mln/core/mesh_p.hh (revision 1485)
+++ trunk/milena/mln/core/mesh_p.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_MESH_P_HH
-# define MLN_MESH_P_HH
+#ifndef MLN_CORE_MESH_P_HH
+# define MLN_CORE_MESH_P_HH
# include <mln/core/concept/point_site.hh>
# include <mln/core/internal/point_set_base.hh>
@@ -116,4 +116,4 @@
} // end of mln
-#endif // MLN_MESH_P_HH
+#endif // MLN_CORE_MESH_P_HH
Index: trunk/milena/mln/core/internal/image_if_base.hh
===================================================================
--- trunk/milena/mln/core/internal/image_if_base.hh (revision 1485)
+++ trunk/milena/mln/core/internal/image_if_base.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_IMAGE_IF_BASE_HH
-# define MLN_CORE_IMAGE_IF_BASE_HH
+#ifndef MLN_CORE_INTERNAL_IMAGE_IF_BASE_HH
+# define MLN_CORE_INTERNAL_IMAGE_IF_BASE_HH
/*! \file mln/core/internal/image_if_base.hh
*
@@ -193,4 +193,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_IMAGE_IF_BASE_HH
+#endif // ! MLN_CORE_INTERNAL_IMAGE_IF_BASE_HH
Index: trunk/milena/mln/core/p_priority_queue_fast.hh
===================================================================
--- trunk/milena/mln/core/p_priority_queue_fast.hh (revision 1485)
+++ trunk/milena/mln/core/p_priority_queue_fast.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_QUEUE_P_FAST_PRIORITY_HH
-# define MLN_CORE_QUEUE_P_FAST_PRIORITY_HH
+#ifndef MLN_CORE_P_PRIORITY_QUEUE_FAST_HH
+# define MLN_CORE_P_PRIORITY_QUEUE_FAST_HH
/*! \file mln/core/p_priority_queue_fast.hh
*
@@ -334,4 +334,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_QUEUE_P_FAST_PRIORITY_HH
+#endif // ! MLN_CORE_P_PRIORITY_QUEUE_FAST_HH
Index: trunk/milena/mln/core/p_set.hh
===================================================================
--- trunk/milena/mln/core/p_set.hh (revision 1485)
+++ trunk/milena/mln/core/p_set.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_SET_P_HH
-# define MLN_CORE_SET_P_HH
+#ifndef MLN_CORE_P_SET_HH
+# define MLN_CORE_P_SET_HH
/*! \file mln/core/p_set.hh
*
@@ -169,4 +169,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_SET_P_HH
+#endif // ! MLN_CORE_P_SET_HH
Index: trunk/milena/mln/core/trait/op_mult.hh
===================================================================
--- trunk/milena/mln/core/trait/op_mult.hh (revision 1485)
+++ trunk/milena/mln/core/trait/op_mult.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_TRAIT_OP_MULT_HH
-# define MLN_TRAIT_OP_MULT_HH
+#ifndef MLN_CORE_TRAIT_OP_MULT_HH
+# define MLN_CORE_TRAIT_OP_MULT_HH
/*!
* \file mln/core/trait/op_mult.hh
@@ -145,4 +145,4 @@
} // end of namespace mln
-#endif // ! MLN_TRAIT_OP_MULT_HH
+#endif // ! MLN_CORE_TRAIT_OP_MULT_HH
Index: trunk/milena/mln/core/pixter1d.hh
===================================================================
--- trunk/milena/mln/core/pixter1d.hh (revision 1485)
+++ trunk/milena/mln/core/pixter1d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_PIXTER1D_B_HH
-# define MLN_CORE_PIXTER1D_B_HH
+#ifndef MLN_CORE_PIXTER1D_HH
+# define MLN_CORE_PIXTER1D_HH
/*! \file mln/core/pixter1d.hh
*
@@ -87,4 +87,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_PIXTER1D_B_HH
+#endif // ! MLN_CORE_PIXTER1D_HH
Index: trunk/milena/mln/core/pixter2d.hh
===================================================================
--- trunk/milena/mln/core/pixter2d.hh (revision 1485)
+++ trunk/milena/mln/core/pixter2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_PIXTER2D_B_HH
-# define MLN_CORE_PIXTER2D_B_HH
+#ifndef MLN_CORE_PIXTER2D_HH
+# define MLN_CORE_PIXTER2D_HH
/*! \file mln/core/pixter2d.hh
*
@@ -172,4 +172,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_PIXTER2D_B_HH
+#endif // ! MLN_CORE_PIXTER2D_HH
Index: trunk/milena/mln/core/pixter3d.hh
===================================================================
--- trunk/milena/mln/core/pixter3d.hh (revision 1485)
+++ trunk/milena/mln/core/pixter3d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_PIXTER3D_B_HH
-# define MLN_CORE_PIXTER3D_B_HH
+#ifndef MLN_CORE_PIXTER3D_HH
+# define MLN_CORE_PIXTER3D_HH
/*! \file mln/core/pixter3d.hh
*
@@ -127,4 +127,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_PIXTER3D_B_HH
+#endif // ! MLN_CORE_PIXTER3D_HH
Index: trunk/milena/mln/core/p_queue_fast.hh
===================================================================
--- trunk/milena/mln/core/p_queue_fast.hh (revision 1485)
+++ trunk/milena/mln/core/p_queue_fast.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_QUEUE_P_FAST_HH
-# define MLN_CORE_QUEUE_P_FAST_HH
+#ifndef MLN_CORE_P_QUEUE_FAST_HH
+# define MLN_CORE_P_QUEUE_FAST_HH
/*! \file mln/core/p_queue_fast.hh
*
@@ -289,4 +289,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_QUEUE_P_FAST_HH
+#endif // ! MLN_CORE_P_QUEUE_FAST_HH
Index: trunk/milena/mln/core/concept/value_iterator.hh
===================================================================
--- trunk/milena/mln/core/concept/value_iterator.hh (revision 1485)
+++ trunk/milena/mln/core/concept/value_iterator.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_CONCEPT_VITER_HH
-# define MLN_CORE_CONCEPT_VITER_HH
+#ifndef MLN_CORE_CONCEPT_VALUE_ITERATOR_HH
+# define MLN_CORE_CONCEPT_VALUE_ITERATOR_HH
/*! \file mln/core/concept/value_iterator.hh
*
@@ -101,4 +101,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_CONCEPT_VITER_HH
+#endif // ! MLN_CORE_CONCEPT_VALUE_ITERATOR_HH
Index: trunk/milena/mln/core/concept/generalized_pixel.hh
===================================================================
--- trunk/milena/mln/core/concept/generalized_pixel.hh (revision 1485)
+++ trunk/milena/mln/core/concept/generalized_pixel.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_CONCEPT_GENPIXEL_HH
-# define MLN_CORE_CONCEPT_GENPIXEL_HH
+#ifndef MLN_CORE_CONCEPT_GENERALIZED_PIXEL_HH
+# define MLN_CORE_CONCEPT_GENERALIZED_PIXEL_HH
/*! \file mln/core/concept/generalized_pixel.hh
*
@@ -101,4 +101,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_CONCEPT_GENPIXEL_HH
+#endif // ! MLN_CORE_CONCEPT_GENERALIZED_PIXEL_HH
Index: trunk/milena/mln/core/concept/point_iterator.hh
===================================================================
--- trunk/milena/mln/core/concept/point_iterator.hh (revision 1485)
+++ trunk/milena/mln/core/concept/point_iterator.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_CONCEPT_PITER_HH
-# define MLN_CORE_CONCEPT_PITER_HH
+#ifndef MLN_CORE_CONCEPT_POINT_ITERATOR_HH
+# define MLN_CORE_CONCEPT_POINT_ITERATOR_HH
/*! \file mln/core/concept/point_iterator.hh
*
@@ -113,4 +113,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_CONCEPT_PITER_HH
+#endif // ! MLN_CORE_CONCEPT_POINT_ITERATOR_HH
Index: trunk/milena/mln/core/p_array.hh
===================================================================
--- trunk/milena/mln/core/p_array.hh (revision 1485)
+++ trunk/milena/mln/core/p_array.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_VEC_P_HH
-# define MLN_CORE_VEC_P_HH
+#ifndef MLN_CORE_P_ARRAY_HH
+# define MLN_CORE_P_ARRAY_HH
/*! \file mln/core/p_array.hh
*
@@ -219,4 +219,4 @@
# include <mln/core/p_array_piter.hh>
-#endif // ! MLN_CORE_VEC_P_HH
+#endif // ! MLN_CORE_P_ARRAY_HH
Index: trunk/milena/mln/core/p_array_piter.hh
===================================================================
--- trunk/milena/mln/core/p_array_piter.hh (revision 1485)
+++ trunk/milena/mln/core/p_array_piter.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_VEC_P_PITER_HH
-# define MLN_CORE_VEC_P_PITER_HH
+#ifndef MLN_CORE_P_ARRAY_PITER_HH
+# define MLN_CORE_P_ARRAY_PITER_HH
/*! \file mln/core/p_array_piter.hh
*
@@ -269,4 +269,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_VEC_P_PITER_HH
+#endif // ! MLN_CORE_P_ARRAY_PITER_HH
Index: trunk/milena/mln/core/image1d.hh
===================================================================
--- trunk/milena/mln/core/image1d.hh (revision 1485)
+++ trunk/milena/mln/core/image1d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_IMAGE1D_B_HH
-# define MLN_CORE_IMAGE1D_B_HH
+#ifndef MLN_CORE_IMAGE1D_HH
+# define MLN_CORE_IMAGE1D_HH
/*! \file mln/core/image1d.hh
*
@@ -532,4 +532,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_IMAGE1D_B_HH
+#endif // ! MLN_CORE_IMAGE1D_HH
Index: trunk/milena/mln/core/image2d.hh
===================================================================
--- trunk/milena/mln/core/image2d.hh (revision 1485)
+++ trunk/milena/mln/core/image2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_IMAGE2D_B_HH
-# define MLN_CORE_IMAGE2D_B_HH
+#ifndef MLN_CORE_IMAGE2D_HH
+# define MLN_CORE_IMAGE2D_HH
/*! \file mln/core/image2d.hh
*
@@ -579,4 +579,4 @@
# include <mln/make/image2d.hh>
-#endif // ! MLN_CORE_IMAGE2D_B_HH
+#endif // ! MLN_CORE_IMAGE2D_HH
Index: trunk/milena/mln/core/image3d.hh
===================================================================
--- trunk/milena/mln/core/image3d.hh (revision 1485)
+++ trunk/milena/mln/core/image3d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_IMAGE3D_B_HH
-# define MLN_CORE_IMAGE3D_B_HH
+#ifndef MLN_CORE_IMAGE3D_HH
+# define MLN_CORE_IMAGE3D_HH
/*! \file mln/core/image3d.hh
*
@@ -571,4 +571,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_IMAGE3D_B_HH
+#endif // ! MLN_CORE_IMAGE3D_HH
Index: trunk/milena/mln/metal/is_not.hh
===================================================================
--- trunk/milena/mln/metal/is_not.hh (revision 1485)
+++ trunk/milena/mln/metal/is_not.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_METAL_IS_NOT_HH
-# define MLN_CORE_METAL_IS_NOT_HH
+#ifndef MLN_METAL_IS_NOT_HH
+# define MLN_METAL_IS_NOT_HH
/*! \file mln/metal/is_not.hh
*
@@ -60,4 +60,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_METAL_IS_NOT_HH
+#endif // ! MLN_METAL_IS_NOT_HH
Index: trunk/milena/mln/metal/if.hh
===================================================================
--- trunk/milena/mln/metal/if.hh (revision 1485)
+++ trunk/milena/mln/metal/if.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_METAL_IF_HH
-# define MLN_CORE_METAL_IF_HH
+#ifndef MLN_METAL_IF_HH
+# define MLN_METAL_IF_HH
/*! \file mln/metal/if.hh
*
@@ -82,4 +82,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_METAL_IF_HH
+#endif // ! MLN_METAL_IF_HH
Index: trunk/milena/mln/metal/goes_to.hh
===================================================================
--- trunk/milena/mln/metal/goes_to.hh (revision 1485)
+++ trunk/milena/mln/metal/goes_to.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_METAL_GOES_TO_HH
-# define MLN_CORE_METAL_GOES_TO_HH
+#ifndef MLN_METAL_GOES_TO_HH
+# define MLN_METAL_GOES_TO_HH
/*! \file mln/metal/goes_to.hh
*
@@ -61,4 +61,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_METAL_GOES_TO_HH
+#endif // ! MLN_METAL_GOES_TO_HH
Index: trunk/milena/mln/metal/none.hh
===================================================================
--- trunk/milena/mln/metal/none.hh (revision 1485)
+++ trunk/milena/mln/metal/none.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_METAL_NONE_HH
-# define MLN_CORE_METAL_NONE_HH
+#ifndef MLN_METAL_NONE_HH
+# define MLN_METAL_NONE_HH
/*! \file mln/metal/none.hh
*
@@ -54,4 +54,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_METAL_NONE_HH
+#endif // ! MLN_METAL_NONE_HH
Index: trunk/milena/mln/metal/converts_to.hh
===================================================================
--- trunk/milena/mln/metal/converts_to.hh (revision 1485)
+++ trunk/milena/mln/metal/converts_to.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_METAL_CONVERTS_TO_HH
-# define MLN_CORE_METAL_CONVERTS_TO_HH
+#ifndef MLN_METAL_CONVERTS_TO_HH
+# define MLN_METAL_CONVERTS_TO_HH
/*! \file mln/metal/converts_to.hh
*
@@ -76,4 +76,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_METAL_CONVERTS_TO_HH
+#endif // ! MLN_METAL_CONVERTS_TO_HH
Index: trunk/milena/mln/metal/is_a.hh
===================================================================
--- trunk/milena/mln/metal/is_a.hh (revision 1485)
+++ trunk/milena/mln/metal/is_a.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_METAL_IS_A_HH
-# define MLN_CORE_METAL_IS_A_HH
+#ifndef MLN_METAL_IS_A_HH
+# define MLN_METAL_IS_A_HH
/*! \file mln/metal/is_a.hh
*
@@ -91,4 +91,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_METAL_IS_A_HH
+#endif // ! MLN_METAL_IS_A_HH
Index: trunk/milena/mln/metal/is.hh
===================================================================
--- trunk/milena/mln/metal/is.hh (revision 1485)
+++ trunk/milena/mln/metal/is.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_METAL_IS_HH
-# define MLN_CORE_METAL_IS_HH
+#ifndef MLN_METAL_IS_HH
+# define MLN_METAL_IS_HH
/*! \file mln/metal/is.hh
*
@@ -88,4 +88,4 @@
} // end of namespace mln
-#endif // ! MLN_CORE_METAL_IS_HH
+#endif // ! MLN_METAL_IS_HH
Index: trunk/milena/mln/level/memset_.hh
===================================================================
--- trunk/milena/mln/level/memset_.hh (revision 1485)
+++ trunk/milena/mln/level/memset_.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_LEVEL_MEMSET_HH
-# define MLN_LEVEL_MEMSET_HH
+#ifndef MLN_LEVEL_MEMSET__HH
+# define MLN_LEVEL_MEMSET__HH
/*! \file mln/level/memset_.hh
*
@@ -131,4 +131,4 @@
} // end of namespace mln
-#endif // ! MLN_LEVEL_MEMSET_HH
+#endif // ! MLN_LEVEL_MEMSET__HH
Index: trunk/milena/mln/level/memcpy_.hh
===================================================================
--- trunk/milena/mln/level/memcpy_.hh (revision 1485)
+++ trunk/milena/mln/level/memcpy_.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_LEVEL_MEMCPY_HH
-# define MLN_LEVEL_MEMCPY_HH
+#ifndef MLN_LEVEL_MEMCPY__HH
+# define MLN_LEVEL_MEMCPY__HH
/*! \file mln/level/memcpy_.hh
*
@@ -109,4 +109,4 @@
} // end of namespace mln
-#endif // ! MLN_LEVEL_MEMCPY_HH
+#endif // ! MLN_LEVEL_MEMCPY__HH
Index: trunk/milena/mln/convert/to_p_set.hh
===================================================================
--- trunk/milena/mln/convert/to_p_set.hh (revision 1485)
+++ trunk/milena/mln/convert/to_p_set.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CONVERT_TO_SET_P_HH
-# define MLN_CONVERT_TO_SET_P_HH
+#ifndef MLN_CONVERT_TO_P_SET_HH
+# define MLN_CONVERT_TO_P_SET_HH
/*! \file mln/convert/to_p_set.hh
*
@@ -146,4 +146,4 @@
} // end of namespace mln
-#endif // ! MLN_CONVERT_TO_SET_P_HH
+#endif // ! MLN_CONVERT_TO_P_SET_HH
Index: trunk/milena/mln/convert/to_p_array.hh
===================================================================
--- trunk/milena/mln/convert/to_p_array.hh (revision 1485)
+++ trunk/milena/mln/convert/to_p_array.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CONVERT_TO_VEC_P_HH
-# define MLN_CONVERT_TO_VEC_P_HH
+#ifndef MLN_CONVERT_TO_P_ARRAY_HH
+# define MLN_CONVERT_TO_P_ARRAY_HH
/*! \file mln/convert/to_p_array.hh
*
@@ -85,4 +85,4 @@
} // end of namespace mln
-#endif // ! MLN_CONVERT_TO_VEC_P_HH
+#endif // ! MLN_CONVERT_TO_P_ARRAY_HH
Index: trunk/milena/mln/fun/i2v/all_to.hh
===================================================================
--- trunk/milena/mln/fun/i2v/all_to.hh (revision 1485)
+++ trunk/milena/mln/fun/i2v/all_to.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_FUN_ALL_TO_HH
-# define MLN_FUN_ALL_TO_HH
+#ifndef MLN_FUN_I2V_ALL_TO_HH
+# define MLN_FUN_I2V_ALL_TO_HH
/*! \file mln/fun/i2v/all_to.hh
*
@@ -102,4 +102,4 @@
} // end of namespace mln
-#endif // ! MLN_FUN_ALL_TO_HH
+#endif // ! MLN_FUN_I2V_ALL_TO_HH
Index: trunk/milena/mln/win/vline2d.hh
===================================================================
--- trunk/milena/mln/win/vline2d.hh (revision 1485)
+++ trunk/milena/mln/win/vline2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_VLINE2D_HH
-# define MLN_CORE_WIN_VLINE2D_HH
+#ifndef MLN_WIN_VLINE2D_HH
+# define MLN_WIN_VLINE2D_HH
/*! \file mln/win/vline2d.hh
*
@@ -62,4 +62,4 @@
-#endif // ! MLN_CORE_WIN_VLINE2D_HH
+#endif // ! MLN_WIN_VLINE2D_HH
Index: trunk/milena/mln/win/cube3d.hh
===================================================================
--- trunk/milena/mln/win/cube3d.hh (revision 1485)
+++ trunk/milena/mln/win/cube3d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_CUBE3D_HH
-# define MLN_CORE_WIN_CUBE3D_HH
+#ifndef MLN_WIN_CUBE3D_HH
+# define MLN_WIN_CUBE3D_HH
/*! \file mln/win/cube3d.hh
*
@@ -190,4 +190,4 @@
-#endif // ! MLN_CORE_WIN_CUBE3D_HH
+#endif // ! MLN_WIN_CUBE3D_HH
Index: trunk/milena/mln/win/hline2d.hh
===================================================================
--- trunk/milena/mln/win/hline2d.hh (revision 1485)
+++ trunk/milena/mln/win/hline2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_HLINE2D_HH
-# define MLN_CORE_WIN_HLINE2D_HH
+#ifndef MLN_WIN_HLINE2D_HH
+# define MLN_WIN_HLINE2D_HH
/*! \file mln/win/hline2d.hh
*
@@ -60,4 +60,4 @@
-#endif // ! MLN_CORE_WIN_HLINE2D_HH
+#endif // ! MLN_WIN_HLINE2D_HH
Index: trunk/milena/mln/win/line.hh
===================================================================
--- trunk/milena/mln/win/line.hh (revision 1485)
+++ trunk/milena/mln/win/line.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_LINE_HH
-# define MLN_CORE_WIN_LINE_HH
+#ifndef MLN_WIN_LINE_HH
+# define MLN_WIN_LINE_HH
/*! \file mln/win/line.hh
*
@@ -180,4 +180,4 @@
-#endif // ! MLN_CORE_WIN_LINE_HH
+#endif // ! MLN_WIN_LINE_HH
Index: trunk/milena/mln/win/segment1d.hh
===================================================================
--- trunk/milena/mln/win/segment1d.hh (revision 1485)
+++ trunk/milena/mln/win/segment1d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_SEGMENT1D_HH
-# define MLN_CORE_WIN_SEGMENT1D_HH
+#ifndef MLN_WIN_SEGMENT1D_HH
+# define MLN_WIN_SEGMENT1D_HH
/*! \file mln/win/segment1d.hh
*
@@ -178,4 +178,4 @@
-#endif // ! MLN_CORE_WIN_SEGMENT1D_HH
+#endif // ! MLN_WIN_SEGMENT1D_HH
Index: trunk/milena/mln/win/diag2d.hh
===================================================================
--- trunk/milena/mln/win/diag2d.hh (revision 1485)
+++ trunk/milena/mln/win/diag2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_DIAG2D_HH
-# define MLN_CORE_WIN_DIAG2D_HH
+#ifndef MLN_WIN_DIAG2D_HH
+# define MLN_WIN_DIAG2D_HH
/*! \file mln/win/diag2d.hh
*
@@ -182,4 +182,4 @@
-#endif // ! MLN_CORE_WIN_DIAG2D_HH
+#endif // ! MLN_WIN_DIAG2D_HH
Index: trunk/milena/mln/win/rectangle2d.hh
===================================================================
--- trunk/milena/mln/win/rectangle2d.hh (revision 1485)
+++ trunk/milena/mln/win/rectangle2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_RECTANGLE2D_HH
-# define MLN_CORE_WIN_RECTANGLE2D_HH
+#ifndef MLN_WIN_RECTANGLE2D_HH
+# define MLN_WIN_RECTANGLE2D_HH
/*! \file mln/win/rectangle2d.hh
*
@@ -204,4 +204,4 @@
# include <mln/win/vline2d.hh>
-#endif // ! MLN_CORE_WIN_RECTANGLE2D_HH
+#endif // ! MLN_WIN_RECTANGLE2D_HH
Index: trunk/milena/mln/win/backdiag2d.hh
===================================================================
--- trunk/milena/mln/win/backdiag2d.hh (revision 1485)
+++ trunk/milena/mln/win/backdiag2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_BACKDIAG2D_HH
-# define MLN_CORE_WIN_BACKDIAG2D_HH
+#ifndef MLN_WIN_BACKDIAG2D_HH
+# define MLN_WIN_BACKDIAG2D_HH
/*! \file mln/win/backdiag2d.hh
*
@@ -182,4 +182,4 @@
-#endif // ! MLN_CORE_WIN_BACKDIAG2D_HH
+#endif // ! MLN_WIN_BACKDIAG2D_HH
Index: trunk/milena/mln/win/disk2d.hh
===================================================================
--- trunk/milena/mln/win/disk2d.hh (revision 1485)
+++ trunk/milena/mln/win/disk2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_DISK2D_HH
-# define MLN_CORE_WIN_DISK2D_HH
+#ifndef MLN_WIN_DISK2D_HH
+# define MLN_WIN_DISK2D_HH
/*! \file mln/win/disk2d.hh
*
@@ -176,4 +176,4 @@
-#endif // ! MLN_CORE_WIN_DISK2D_HH
+#endif // ! MLN_WIN_DISK2D_HH
Index: trunk/milena/mln/win/octagon2d.hh
===================================================================
--- trunk/milena/mln/win/octagon2d.hh (revision 1485)
+++ trunk/milena/mln/win/octagon2d.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_WIN_OCTAGON2D_HH
-# define MLN_CORE_WIN_OCTAGON2D_HH
+#ifndef MLN_WIN_OCTAGON2D_HH
+# define MLN_WIN_OCTAGON2D_HH
/*! \file mln/win/octagon2d.hh
*
@@ -223,4 +223,4 @@
# include <mln/win/diag2d.hh>
# include <mln/win/backdiag2d.hh>
-#endif // ! MLN_CORE_WIN_OCTAGON2D_HH
+#endif // ! MLN_WIN_OCTAGON2D_HH
Index: trunk/milena/mln/canvas/browsing/dir_ricard51.hh
===================================================================
--- trunk/milena/mln/canvas/browsing/dir_ricard51.hh (revision 1485)
+++ trunk/milena/mln/canvas/browsing/dir_ricard51.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CANVAS_DIR_RICARD51_HH
-# define MLN_CANVAS_DIR_RICARD51_HH
+#ifndef MLN_CANVAS_BROWSING_DIR_RICARD51_HH
+# define MLN_CANVAS_BROWSING_DIR_RICARD51_HH
/*! \file mln/canvas/browsing/dir_ricard51.hh
*
@@ -170,4 +170,4 @@
} // end of namespace mln
-#endif // ! MLN_CANVAS_DIR_RICARD51_HH
+#endif // ! MLN_CANVAS_BROWSING_DIR_RICARD51_HH
Index: trunk/milena/mln/canvas/browsing/directional.hh
===================================================================
--- trunk/milena/mln/canvas/browsing/directional.hh (revision 1485)
+++ trunk/milena/mln/canvas/browsing/directional.hh (revision 1486)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CANVAS_DIRECTIONAL_HH
-# define MLN_CANVAS_DIRECTIONAL_HH
+#ifndef MLN_CANVAS_BROWSING_DIRECTIONAL_HH
+# define MLN_CANVAS_BROWSING_DIRECTIONAL_HH
/*! \file mln/canvas/browsing/directional.hh
*
@@ -115,4 +115,4 @@
} // end of namespace mln
-#endif // ! MLN_CANVAS_DIRECTIONAL_HH
+#endif // ! MLN_CANVAS_BROWSING_DIRECTIONAL_HH