Disable the remaining short names macros (to be removed after 3.4).

This commit is contained in:
Sylvain Pion 2008-07-16 07:21:40 +00:00
parent 8b5bc9fcd1
commit 1ab17e2186
3 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#ifndef CGAL_APOLLONIUS_GRAPH_2_SHORT_NAMES_2_H
#define CGAL_APOLLONIUS_GRAPH_2_SHORT_NAMES_2_H
#if 0 // Disabled to see if it's still really needed.
#define Apollonius_site_2 As2
#define Apollonius_graph_2 Ag2
@ -34,5 +35,6 @@
#define Apollonius_graph_traits_wrapper_2 Agtw2
#define Apollonius_graph_kernel_wrapper_2 Agkw2
#endif // 0
#endif //CGAL_APOLLONIUS_GRAPH_2_SHORT_NAMES_2_H

View File

@ -22,6 +22,7 @@
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_SHORT_NAMES_2_H
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_SHORT_NAMES_2_H
#if 0 // Disabled to see if it's still really needed.
#define Segment_Delaunay_graph_site_2 Sdgs2
#define Segment_Delaunay_graph_simple_site_2 Sdgsims2
@ -36,5 +37,6 @@
#define Segment_Delaunay_graph_traits_wrapper_2 Sdgtw2
#define Segment_Delaunay_graph_kernel_wrapper_2 Sdgkw2
#endif // 0
#endif //CGAL_SEGMENT_DELAUNAY_GRAPH_2_SHORT_NAMES_2_H

View File

@ -20,6 +20,7 @@
#ifndef CGAL_VORONOI_DIAGRAM_2_SHORT_NAMES_2_H
#define CGAL_VORONOI_DIAGRAM_2_SHORT_NAMES_2_H 1
#if 0 // Disabled to see if it's still really needed.
#define Voronoi_diagram_2 Vd2
#define Delaunay_triangulation_adaptation_traits_2 Dtat2
@ -27,5 +28,6 @@
#define Apollonius_graph_adaptation_traits_2 Agat2
#define Segment_Delaunay_graph_adaptation_traits_2 Sdgat2
#endif // 0
#endif // CGAL_VORONOI_DIAGRAM_2_SHORT_NAMES_2_H