From e33422e2b0645f3449639e2fa580a784ab3d1eb7 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 27 Sep 2014 20:12:32 +0400 Subject: [PATCH] Rename cds/container/lazy_kvlist_impl.h to cds/container/impl/lazy_kvlist.h --- cds/container/{lazy_kvlist_impl.h => impl/lazy_kvlist.h} | 6 +++--- cds/container/lazy_kvlist_hp.h | 2 +- cds/container/lazy_kvlist_hrc.h | 2 +- cds/container/lazy_kvlist_ptb.h | 2 +- projects/Win/vc12/cds.vcxproj | 2 +- projects/Win/vc12/cds.vcxproj.filters | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) rename cds/container/{lazy_kvlist_impl.h => impl/lazy_kvlist.h} (99%) diff --git a/cds/container/lazy_kvlist_impl.h b/cds/container/impl/lazy_kvlist.h similarity index 99% rename from cds/container/lazy_kvlist_impl.h rename to cds/container/impl/lazy_kvlist.h index 30b8b9b3..f4265bde 100644 --- a/cds/container/lazy_kvlist_impl.h +++ b/cds/container/impl/lazy_kvlist.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_LAZY_KVLIST_IMPL_H -#define __CDS_CONTAINER_LAZY_KVLIST_IMPL_H +#ifndef __CDS_CONTAINER_IMPL_LAZY_KVLIST_H +#define __CDS_CONTAINER_IMPL_LAZY_KVLIST_H #include #include @@ -827,4 +827,4 @@ namespace cds { namespace container { }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_LAZY_KVLIST_IMPL_H +#endif // #ifndef __CDS_CONTAINER_IMPL_LAZY_KVLIST_H diff --git a/cds/container/lazy_kvlist_hp.h b/cds/container/lazy_kvlist_hp.h index 4e6a76ff..d29b3c9d 100644 --- a/cds/container/lazy_kvlist_hp.h +++ b/cds/container/lazy_kvlist_hp.h @@ -6,6 +6,6 @@ #include #include #include -#include +#include #endif // #ifndef __CDS_CONTAINER_LAZY_KVLIST_HP_H diff --git a/cds/container/lazy_kvlist_hrc.h b/cds/container/lazy_kvlist_hrc.h index 22a9d828..d7a49a51 100644 --- a/cds/container/lazy_kvlist_hrc.h +++ b/cds/container/lazy_kvlist_hrc.h @@ -6,6 +6,6 @@ #include #include #include -#include +#include #endif // #ifndef __CDS_CONTAINER_LAZY_KVLIST_HRC_H diff --git a/cds/container/lazy_kvlist_ptb.h b/cds/container/lazy_kvlist_ptb.h index cdfd1c19..6fe26378 100644 --- a/cds/container/lazy_kvlist_ptb.h +++ b/cds/container/lazy_kvlist_ptb.h @@ -6,6 +6,6 @@ #include #include #include -#include +#include #endif // #ifndef __CDS_CONTAINER_LAZY_KVLIST_PTB_H diff --git a/projects/Win/vc12/cds.vcxproj b/projects/Win/vc12/cds.vcxproj index 27070c96..10a917ec 100644 --- a/projects/Win/vc12/cds.vcxproj +++ b/projects/Win/vc12/cds.vcxproj @@ -670,6 +670,7 @@ + @@ -952,7 +953,6 @@ - diff --git a/projects/Win/vc12/cds.vcxproj.filters b/projects/Win/vc12/cds.vcxproj.filters index 915f4568..27a9dcca 100644 --- a/projects/Win/vc12/cds.vcxproj.filters +++ b/projects/Win/vc12/cds.vcxproj.filters @@ -629,9 +629,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