From 0bb163359b4ea34f8cef13ba8c6408106e09579f Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 27 Sep 2014 20:06:18 +0400 Subject: [PATCH] Rename cds/container/ellen_bintree_map_impl.h to cds/container/impl/ellen_bintree_map.h --- cds/container/ellen_bintree_map_hp.h | 2 +- cds/container/ellen_bintree_map_ptb.h | 2 +- .../ellen_bintree_map.h} | 8 ++++---- projects/Win/vc12/cds.vcxproj | 2 +- projects/Win/vc12/cds.vcxproj.filters | 9 ++++++--- 5 files changed, 13 insertions(+), 10 deletions(-) rename cds/container/{ellen_bintree_map_impl.h => impl/ellen_bintree_map.h} (99%) diff --git a/cds/container/ellen_bintree_map_hp.h b/cds/container/ellen_bintree_map_hp.h index 22c365ff..69a40151 100644 --- a/cds/container/ellen_bintree_map_hp.h +++ b/cds/container/ellen_bintree_map_hp.h @@ -4,6 +4,6 @@ #define __CDS_CONTAINER_ELLEN_BINTREE_MAP_HP_H #include -#include +#include #endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_HP_H diff --git a/cds/container/ellen_bintree_map_ptb.h b/cds/container/ellen_bintree_map_ptb.h index bb2f77d6..ab16d52b 100644 --- a/cds/container/ellen_bintree_map_ptb.h +++ b/cds/container/ellen_bintree_map_ptb.h @@ -4,6 +4,6 @@ #define __CDS_CONTAINER_ELLEN_BINTREE_MAP_PTB_H #include -#include +#include #endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_PTB_H diff --git a/cds/container/ellen_bintree_map_impl.h b/cds/container/impl/ellen_bintree_map.h similarity index 99% rename from cds/container/ellen_bintree_map_impl.h rename to cds/container/impl/ellen_bintree_map.h index 4da58147..028f5d65 100644 --- a/cds/container/ellen_bintree_map_impl.h +++ b/cds/container/impl/ellen_bintree_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_IMPL_H -#define __CDS_CONTAINER_ELLEN_BINTREE_MAP_IMPL_H +#ifndef __CDS_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H +#define __CDS_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H #include #include @@ -78,7 +78,7 @@ namespace cds { namespace container { }; \endcode - @note Do not include header file directly. + @note Do not include header file directly. There are header file for each GC type: - - for Hazard Pointer GC cds::gc::HP - - for Pass-the-Buck GC cds::gc::PTB @@ -551,4 +551,4 @@ namespace cds { namespace container { }; }} // namespace cds::container -#endif //#ifndef __CDS_CONTAINER_ELLEN_BINTREE_MAP_IMPL_H +#endif //#ifndef __CDS_CONTAINER_IMPL_ELLEN_BINTREE_MAP_H diff --git a/projects/Win/vc12/cds.vcxproj b/projects/Win/vc12/cds.vcxproj index 8ff0c9ca..00fdac18 100644 --- a/projects/Win/vc12/cds.vcxproj +++ b/projects/Win/vc12/cds.vcxproj @@ -663,13 +663,13 @@ - + diff --git a/projects/Win/vc12/cds.vcxproj.filters b/projects/Win/vc12/cds.vcxproj.filters index 54443a7f..37cb2f3d 100644 --- a/projects/Win/vc12/cds.vcxproj.filters +++ b/projects/Win/vc12/cds.vcxproj.filters @@ -154,6 +154,9 @@ {00a14aa8-3035-4b56-bc86-442ca9bf8f44} + + {0a2328b4-ff6f-4afb-8de0-9884ae172fa9} + @@ -1160,9 +1163,6 @@ Header Files\cds\container - - Header Files\cds\container - Header Files\cds\container @@ -1280,5 +1280,8 @@ Header Files\cds\container\details + + Header Files\cds\container\impl + \ No newline at end of file -- 2.34.1