From c51455bc5a09c6c2fd56304a5e7d230418ede3ca Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 27 Sep 2014 20:09:26 +0400 Subject: [PATCH] Rename cds/container/ellen_bintree_set_impl.h to cds/container/impl/ellen_bintree_set.h --- cds/container/ellen_bintree_set_hp.h | 2 +- cds/container/ellen_bintree_set_ptb.h | 2 +- .../ellen_bintree_set.h} | 8 ++++---- projects/Win/vc12/cds.vcxproj | 2 +- projects/Win/vc12/cds.vcxproj.filters | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) rename cds/container/{ellen_bintree_set_impl.h => impl/ellen_bintree_set.h} (99%) diff --git a/cds/container/ellen_bintree_set_hp.h b/cds/container/ellen_bintree_set_hp.h index 34a60709..520af63f 100644 --- a/cds/container/ellen_bintree_set_hp.h +++ b/cds/container/ellen_bintree_set_hp.h @@ -4,6 +4,6 @@ #define __CDS_CONTAINER_ELLEN_BINTREE_SET_HP_H #include -#include +#include #endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_HP_H diff --git a/cds/container/ellen_bintree_set_ptb.h b/cds/container/ellen_bintree_set_ptb.h index 4f1f2176..ebba563d 100644 --- a/cds/container/ellen_bintree_set_ptb.h +++ b/cds/container/ellen_bintree_set_ptb.h @@ -4,6 +4,6 @@ #define __CDS_CONTAINER_ELLEN_BINTREE_SET_PTB_H #include -#include +#include #endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_PTB_H diff --git a/cds/container/ellen_bintree_set_impl.h b/cds/container/impl/ellen_bintree_set.h similarity index 99% rename from cds/container/ellen_bintree_set_impl.h rename to cds/container/impl/ellen_bintree_set.h index b51dd927..e47739db 100644 --- a/cds/container/ellen_bintree_set_impl.h +++ b/cds/container/impl/ellen_bintree_set.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_IMPL_H -#define __CDS_CONTAINER_ELLEN_BINTREE_SET_IMPL_H +#ifndef __CDS_CONTAINER_IMPL_ELLEN_BINTREE_SET_H +#define __CDS_CONTAINER_IMPL_ELLEN_BINTREE_SET_H #include #include @@ -75,7 +75,7 @@ namespace cds { namespace container { stored in the tree so single free-list object can be used for several EllenBinTree-based object. - opt::stat - internal statistics. Available types: ellen_bintree::stat, ellen_bintree::empty_stat (the default) - @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 @@ -634,4 +634,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_ELLEN_BINTREE_SET_IMPL_H +#endif // #ifndef __CDS_CONTAINER_IMPL_ELLEN_BINTREE_SET_H diff --git a/projects/Win/vc12/cds.vcxproj b/projects/Win/vc12/cds.vcxproj index 00fdac18..27070c96 100644 --- a/projects/Win/vc12/cds.vcxproj +++ b/projects/Win/vc12/cds.vcxproj @@ -666,10 +666,10 @@ - + diff --git a/projects/Win/vc12/cds.vcxproj.filters b/projects/Win/vc12/cds.vcxproj.filters index 37cb2f3d..915f4568 100644 --- a/projects/Win/vc12/cds.vcxproj.filters +++ b/projects/Win/vc12/cds.vcxproj.filters @@ -1169,9 +1169,6 @@ Header Files\cds\container - - Header Files\cds\container - Header Files\cds\container @@ -1283,5 +1280,8 @@ Header Files\cds\container\impl + + Header Files\cds\container\impl + \ No newline at end of file -- 2.34.1