Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8E4F4200D3B for ; Fri, 10 Nov 2017 20:32:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8CD05160BE0; Fri, 10 Nov 2017 19:32:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5C8CD160BEE for ; Fri, 10 Nov 2017 20:32:06 +0100 (CET) Received: (qmail 84633 invoked by uid 500); 10 Nov 2017 19:32:05 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 84613 invoked by uid 99); 10 Nov 2017 19:32:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2017 19:32:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 826BFD8F7B for ; Fri, 10 Nov 2017 19:32:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GnhfNfiyBF90 for ; Fri, 10 Nov 2017 19:32:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2FD995FC9B for ; Fri, 10 Nov 2017 19:32:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 61286E0D34 for ; Fri, 10 Nov 2017 19:32:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id CA40B23F05 for ; Fri, 10 Nov 2017 19:32:00 +0000 (UTC) Date: Fri, 10 Nov 2017 19:32:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-3421) Public API Removals MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Nov 2017 19:32:07 -0000 [ https://issues.apache.org/jira/browse/GEODE-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247950#comment-16247950 ] ASF GitHub Bot commented on GEODE-3421: --------------------------------------- dgkimura closed pull request #145: GEODE-3421: Cleanup public API headers URL: https://github.com/apache/geode-native/pull/145 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/clicache/src/CacheTransactionManager.hpp b/clicache/src/CacheTransactionManager.hpp index 07f69547..5c435a4f 100644 --- a/clicache/src/CacheTransactionManager.hpp +++ b/clicache/src/CacheTransactionManager.hpp @@ -20,7 +20,7 @@ #include "geode_defs.hpp" #include "begin_native.hpp" #include -#include +#include "InternalCacheTransactionManager2PC.hpp" #include "end_native.hpp" #include "native_shared_ptr.hpp" #include "TransactionId.hpp" diff --git a/clicache/src/Log.hpp b/clicache/src/Log.hpp index ed5dd289..8e2947b4 100644 --- a/clicache/src/Log.hpp +++ b/clicache/src/Log.hpp @@ -19,7 +19,7 @@ #include "geode_defs.hpp" #include "begin_native.hpp" -#include +#include "util/Log.hpp" #include "end_native.hpp" diff --git a/cppcache/include/geode/DataOutput.hpp b/cppcache/include/geode/DataOutput.hpp index 6bc91e07..fa04bf5c 100644 --- a/cppcache/include/geode/DataOutput.hpp +++ b/cppcache/include/geode/DataOutput.hpp @@ -22,7 +22,7 @@ #include "geode_globals.hpp" #include "ExceptionTypes.hpp" -#include "Log.hpp" +#include "util/Log.hpp" #include "Serializable.hpp" #include "CacheableString.hpp" diff --git a/cppcache/include/geode/HashMapT.hpp b/cppcache/include/geode/HashMapT.hpp index 5b5e7e6d..8e322619 100644 --- a/cppcache/include/geode/HashMapT.hpp +++ b/cppcache/include/geode/HashMapT.hpp @@ -23,12 +23,11 @@ #include #include -#include - #include "geode_globals.hpp" #include "Cacheable.hpp" #include "CacheableKey.hpp" #include "Exception.hpp" +#include "util/functional.hpp" namespace apache { namespace geode { diff --git a/cppcache/include/geode/HashSetT.hpp b/cppcache/include/geode/HashSetT.hpp index fd5c8b5e..488cebba 100644 --- a/cppcache/include/geode/HashSetT.hpp +++ b/cppcache/include/geode/HashSetT.hpp @@ -23,10 +23,9 @@ #include #include -#include - #include "geode_globals.hpp" #include "CacheableKey.hpp" +#include "util/functional.hpp" namespace apache { namespace geode { diff --git a/cppcache/include/geode/Struct.hpp b/cppcache/include/geode/Struct.hpp index 6dbd2966..cea08c38 100644 --- a/cppcache/include/geode/Struct.hpp +++ b/cppcache/include/geode/Struct.hpp @@ -23,8 +23,6 @@ #include #include -#include - #include "geode_globals.hpp" #include "geode_types.hpp" #include "CacheableBuiltins.hpp" diff --git a/cppcache/include/geode/SystemProperties.hpp b/cppcache/include/geode/SystemProperties.hpp index ff8960d1..18b48144 100644 --- a/cppcache/include/geode/SystemProperties.hpp +++ b/cppcache/include/geode/SystemProperties.hpp @@ -21,7 +21,7 @@ */ #include "Properties.hpp" -#include "Log.hpp" +#include "util/Log.hpp" /** @file */ diff --git a/cppcache/include/geode/geode_globals.hpp b/cppcache/include/geode/geode_globals.hpp index ae3b56d2..b5c7ffbc 100644 --- a/cppcache/include/geode/geode_globals.hpp +++ b/cppcache/include/geode/geode_globals.hpp @@ -122,7 +122,7 @@ #include -#include "Log.hpp" +#include "util/Log.hpp" #include "Assert.hpp" #endif // GEODE_GFCPP_GLOBALS_H_ diff --git a/cppcache/integration-test/fw_helper.hpp b/cppcache/integration-test/fw_helper.hpp index 5afc75c0..e346888a 100644 --- a/cppcache/integration-test/fw_helper.hpp +++ b/cppcache/integration-test/fw_helper.hpp @@ -88,7 +88,7 @@ BEGIN_TEST. #include #include -#include +#include "util/Log.hpp" #include #include diff --git a/cppcache/src/Assert.cpp b/cppcache/src/Assert.cpp index 9dc0d5c5..6a0fdc39 100644 --- a/cppcache/src/Assert.cpp +++ b/cppcache/src/Assert.cpp @@ -14,9 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include #include -#include +#include "Assert.hpp" +#include "util/Log.hpp" namespace apache { namespace geode { diff --git a/cppcache/include/geode/Assert.hpp b/cppcache/src/Assert.hpp similarity index 98% rename from cppcache/include/geode/Assert.hpp rename to cppcache/src/Assert.hpp index 0254d6b0..aa95ac1a 100644 --- a/cppcache/include/geode/Assert.hpp +++ b/cppcache/src/Assert.hpp @@ -1,8 +1,3 @@ -#pragma once - -#ifndef GEODE_ASSERT_H_ -#define GEODE_ASSERT_H_ - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -20,7 +15,12 @@ * limitations under the License. */ -#include "geode_globals.hpp" +#pragma once + +#ifndef GEODE_ASSERT_H_ +#define GEODE_ASSERT_H_ + +#include /** * @file diff --git a/cppcache/src/CacheTransactionManagerImpl.hpp b/cppcache/src/CacheTransactionManagerImpl.hpp index e0b8cb4e..3617a11b 100644 --- a/cppcache/src/CacheTransactionManagerImpl.hpp +++ b/cppcache/src/CacheTransactionManagerImpl.hpp @@ -29,7 +29,7 @@ #include #include "TXCommitMessage.hpp" -#include +#include "util/Log.hpp" #include "SuspendedTxExpiryHandler.hpp" namespace apache { diff --git a/cppcache/src/ClientHealthStats.hpp b/cppcache/src/ClientHealthStats.hpp index e842443d..b40f74a3 100644 --- a/cppcache/src/ClientHealthStats.hpp +++ b/cppcache/src/ClientHealthStats.hpp @@ -22,7 +22,7 @@ #include #include -#include +#include "util/Log.hpp" #include namespace apache { diff --git a/cppcache/src/ClientMetadata.hpp b/cppcache/src/ClientMetadata.hpp index b6ab281e..c137772a 100644 --- a/cppcache/src/ClientMetadata.hpp +++ b/cppcache/src/ClientMetadata.hpp @@ -20,7 +20,7 @@ * limitations under the License. */ -#include +#include "util/Log.hpp" #include #include "ServerLocation.hpp" #include "BucketServerLocation.hpp" diff --git a/cppcache/src/ClientMetadataService.hpp b/cppcache/src/ClientMetadataService.hpp index 0bc0af1e..506c3516 100644 --- a/cppcache/src/ClientMetadataService.hpp +++ b/cppcache/src/ClientMetadataService.hpp @@ -26,7 +26,6 @@ #include -#include #include #include #include @@ -38,6 +37,7 @@ #include "Queue.hpp" #include "DistributedSystemImpl.hpp" #include "NonCopyable.hpp" +#include "util/functional.hpp" namespace apache { namespace geode { diff --git a/cppcache/src/CqQueryImpl.cpp b/cppcache/src/CqQueryImpl.cpp index cdab3d70..f44145a3 100644 --- a/cppcache/src/CqQueryImpl.cpp +++ b/cppcache/src/CqQueryImpl.cpp @@ -18,7 +18,7 @@ #include "CqQueryImpl.hpp" #include #include "CqAttributesMutatorImpl.hpp" -#include +#include "util/Log.hpp" #include "ResultSetImpl.hpp" #include "StructSetImpl.hpp" #include diff --git a/cppcache/src/DataOutput.cpp b/cppcache/src/DataOutput.cpp index 62ba33ab..ffa3994a 100644 --- a/cppcache/src/DataOutput.cpp +++ b/cppcache/src/DataOutput.cpp @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include +#include "util/Log.hpp" #include #include #include diff --git a/cppcache/src/DiffieHellman.cpp b/cppcache/src/DiffieHellman.cpp index 80748bd9..a3532e84 100644 --- a/cppcache/src/DiffieHellman.cpp +++ b/cppcache/src/DiffieHellman.cpp @@ -16,7 +16,7 @@ */ #include "DiffieHellman.hpp" -#include +#include "util/Log.hpp" #include #include #include diff --git a/cppcache/src/DistributedSystem.cpp b/cppcache/src/DistributedSystem.cpp index 9c4faf31..a398462e 100644 --- a/cppcache/src/DistributedSystem.cpp +++ b/cppcache/src/DistributedSystem.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include "util/Log.hpp" #include #include diff --git a/cppcache/src/EventIdMap.hpp b/cppcache/src/EventIdMap.hpp index eb40ab5b..1ae44bc2 100644 --- a/cppcache/src/EventIdMap.hpp +++ b/cppcache/src/EventIdMap.hpp @@ -31,11 +31,9 @@ #include #include -#include -#include - #include "EventId.hpp" #include "EventSource.hpp" +#include "util/functional.hpp" namespace apache { namespace geode { diff --git a/cppcache/src/EvictionController.hpp b/cppcache/src/EvictionController.hpp index 6879adca..917e6992 100644 --- a/cppcache/src/EvictionController.hpp +++ b/cppcache/src/EvictionController.hpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include "util/Log.hpp" #include #include "IntQueue.hpp" #include "EvictionThread.hpp" diff --git a/cppcache/src/EvictionThread.hpp b/cppcache/src/EvictionThread.hpp index 8560387e..2641eec2 100644 --- a/cppcache/src/EvictionThread.hpp +++ b/cppcache/src/EvictionThread.hpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include "util/Log.hpp" #include "IntQueue.hpp" /** * This class does the actual evictions diff --git a/cppcache/src/ExpiryHandler_T.hpp b/cppcache/src/ExpiryHandler_T.hpp index 779a606e..8efed592 100644 --- a/cppcache/src/ExpiryHandler_T.hpp +++ b/cppcache/src/ExpiryHandler_T.hpp @@ -26,7 +26,7 @@ */ #include "ace/Event_Handler.h" -#include +#include "util/Log.hpp" #include "StackTrace.hpp" namespace apache { namespace geode { diff --git a/cppcache/src/ExpiryTaskManager.cpp b/cppcache/src/ExpiryTaskManager.cpp index 95e3a06b..7ac4cd16 100644 --- a/cppcache/src/ExpiryTaskManager.cpp +++ b/cppcache/src/ExpiryTaskManager.cpp @@ -16,9 +16,9 @@ */ #include "config.h" #include "ExpiryTaskManager.hpp" -#include -#include +#include "util/Log.hpp" #include +#include "Assert.hpp" #include "DistributedSystemImpl.hpp" #if defined(_WIN32) diff --git a/cppcache/src/ExpiryTaskManager.hpp b/cppcache/src/ExpiryTaskManager.hpp index bae3df05..9b00e03b 100644 --- a/cppcache/src/ExpiryTaskManager.hpp +++ b/cppcache/src/ExpiryTaskManager.hpp @@ -25,7 +25,7 @@ #include "ReadWriteLock.hpp" #include -#include +#include "util/Log.hpp" /** * @file ExpiryTaskManager.hpp diff --git a/cppcache/src/InternalCacheTransactionManager2PC.cpp b/cppcache/src/InternalCacheTransactionManager2PC.cpp index 9d0509ed..f511acb1 100644 --- a/cppcache/src/InternalCacheTransactionManager2PC.cpp +++ b/cppcache/src/InternalCacheTransactionManager2PC.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include +#include "InternalCacheTransactionManager2PC.hpp" namespace apache { namespace geode { diff --git a/cppcache/include/geode/InternalCacheTransactionManager2PC.hpp b/cppcache/src/InternalCacheTransactionManager2PC.hpp similarity index 98% rename from cppcache/include/geode/InternalCacheTransactionManager2PC.hpp rename to cppcache/src/InternalCacheTransactionManager2PC.hpp index 3bb3ef92..22b664da 100644 --- a/cppcache/include/geode/InternalCacheTransactionManager2PC.hpp +++ b/cppcache/src/InternalCacheTransactionManager2PC.hpp @@ -20,7 +20,7 @@ * limitations under the License. */ -#include "CacheTransactionManager.hpp" +#include namespace apache { namespace geode { diff --git a/cppcache/src/InternalCacheTransactionManager2PCImpl.hpp b/cppcache/src/InternalCacheTransactionManager2PCImpl.hpp index 72616436..d4721c4e 100644 --- a/cppcache/src/InternalCacheTransactionManager2PCImpl.hpp +++ b/cppcache/src/InternalCacheTransactionManager2PCImpl.hpp @@ -26,7 +26,7 @@ * Author: sshcherbakov */ -#include +#include "InternalCacheTransactionManager2PC.hpp" #include "CacheTransactionManagerImpl.hpp" namespace apache { diff --git a/cppcache/src/LocalRegion.cpp b/cppcache/src/LocalRegion.cpp index c618b3b6..8dfedeed 100644 --- a/cppcache/src/LocalRegion.cpp +++ b/cppcache/src/LocalRegion.cpp @@ -18,7 +18,7 @@ #include #include "LocalRegion.hpp" -#include +#include "util/Log.hpp" #include #include diff --git a/cppcache/src/Log.cpp b/cppcache/src/Log.cpp index 90cc0c6c..2463fb20 100644 --- a/cppcache/src/Log.cpp +++ b/cppcache/src/Log.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include "util/Log.hpp" #include #include diff --git a/cppcache/src/MemberListForVersionStamp.cpp b/cppcache/src/MemberListForVersionStamp.cpp index 210db098..d351bda9 100644 --- a/cppcache/src/MemberListForVersionStamp.cpp +++ b/cppcache/src/MemberListForVersionStamp.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ #include "MemberListForVersionStamp.hpp" -#include +#include "util/Log.hpp" using namespace apache::geode::client; diff --git a/cppcache/src/PdxTypeRegistry.hpp b/cppcache/src/PdxTypeRegistry.hpp index 491a347f..6ec7a2a6 100644 --- a/cppcache/src/PdxTypeRegistry.hpp +++ b/cppcache/src/PdxTypeRegistry.hpp @@ -26,7 +26,6 @@ #include #include -#include #include #include @@ -36,6 +35,7 @@ #include "EnumInfo.hpp" #include "PreservedDataExpiryHandler.hpp" #include "ExpiryTaskManager.hpp" +#include "util/functional.hpp" namespace apache { namespace geode { diff --git a/cppcache/src/SystemProperties.cpp b/cppcache/src/SystemProperties.cpp index 8cba2153..7b16e0c0 100644 --- a/cppcache/src/SystemProperties.cpp +++ b/cppcache/src/SystemProperties.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include "util/Log.hpp" #include #include #include diff --git a/cppcache/src/TcpConn.cpp b/cppcache/src/TcpConn.cpp index 581d267d..4f0479dc 100644 --- a/cppcache/src/TcpConn.cpp +++ b/cppcache/src/TcpConn.cpp @@ -18,7 +18,7 @@ #include "TcpConn.hpp" #include #include -#include +#include "util/Log.hpp" #include diff --git a/cppcache/src/TcpConn.hpp b/cppcache/src/TcpConn.hpp index 13964d4f..41b51991 100644 --- a/cppcache/src/TcpConn.hpp +++ b/cppcache/src/TcpConn.hpp @@ -21,7 +21,7 @@ */ #include -#include +#include "util/Log.hpp" #include "Connector.hpp" #include diff --git a/cppcache/src/TcrMessage.cpp b/cppcache/src/TcrMessage.cpp index bd79f543..845ae3a5 100644 --- a/cppcache/src/TcrMessage.cpp +++ b/cppcache/src/TcrMessage.cpp @@ -15,14 +15,14 @@ * limitations under the License. */ #include "TcrMessage.hpp" -#include #include #include #include +#include +#include "Assert.hpp" #include "TcrConnection.hpp" #include "AutoDelete.hpp" #include "TcrChunkedContext.hpp" -#include #include "ThinClientRegion.hpp" #include "ThinClientBaseDM.hpp" #include "StackTrace.hpp" diff --git a/cppcache/src/ThinClientRegion.hpp b/cppcache/src/ThinClientRegion.hpp index 506eb942..5d2d5b35 100644 --- a/cppcache/src/ThinClientRegion.hpp +++ b/cppcache/src/ThinClientRegion.hpp @@ -24,7 +24,6 @@ #include -#include #include #include "LocalRegion.hpp" @@ -35,7 +34,7 @@ #include "TcrChunkedContext.hpp" #include "CacheableObjectPartList.hpp" #include "ClientMetadataService.hpp" - +#include "util/functional.hpp" /** * @file */ diff --git a/cppcache/src/TombstoneList.hpp b/cppcache/src/TombstoneList.hpp index 3178b296..c535ea06 100644 --- a/cppcache/src/TombstoneList.hpp +++ b/cppcache/src/TombstoneList.hpp @@ -28,9 +28,9 @@ #include #include -#include #include "MapEntry.hpp" +#include "util/functional.hpp" namespace apache { namespace geode { diff --git a/cppcache/src/statistics/GeodeStatisticsFactory.cpp b/cppcache/src/statistics/GeodeStatisticsFactory.cpp index b3423e7e..2ccac7f6 100644 --- a/cppcache/src/statistics/GeodeStatisticsFactory.cpp +++ b/cppcache/src/statistics/GeodeStatisticsFactory.cpp @@ -24,7 +24,7 @@ #include #include #include "GeodeStatisticsFactory.hpp" -#include +#include "util/Log.hpp" #include #include "AtomicStatisticsImpl.hpp" #include "OsStatisticsImpl.hpp" diff --git a/cppcache/src/statistics/HostStatSampler.cpp b/cppcache/src/statistics/HostStatSampler.cpp index 777fed32..85eed8b9 100644 --- a/cppcache/src/statistics/HostStatSampler.cpp +++ b/cppcache/src/statistics/HostStatSampler.cpp @@ -35,7 +35,7 @@ #include "StatArchiveWriter.hpp" #include #include -#include +#include "util/Log.hpp" #include "GeodeStatisticsFactory.hpp" #include #include diff --git a/cppcache/src/statistics/StatArchiveWriter.hpp b/cppcache/src/statistics/StatArchiveWriter.hpp index d908ca96..6f77c6d1 100644 --- a/cppcache/src/statistics/StatArchiveWriter.hpp +++ b/cppcache/src/statistics/StatArchiveWriter.hpp @@ -31,7 +31,7 @@ #include "StatisticDescriptorImpl.hpp" #include #include "HostStatSampler.hpp" -#include +#include "util/Log.hpp" #include #include #include diff --git a/cppcache/src/statistics/StatisticsManager.cpp b/cppcache/src/statistics/StatisticsManager.cpp index a4a4df08..57fbb6a2 100644 --- a/cppcache/src/statistics/StatisticsManager.cpp +++ b/cppcache/src/statistics/StatisticsManager.cpp @@ -24,7 +24,7 @@ #include #include #include "StatisticsManager.hpp" -#include +#include "util/Log.hpp" #include "GeodeStatisticsFactory.hpp" #include #include "AtomicStatisticsImpl.hpp" diff --git a/cppcache/include/geode/Log.hpp b/cppcache/src/util/Log.hpp similarity index 99% rename from cppcache/include/geode/Log.hpp rename to cppcache/src/util/Log.hpp index d6a46825..49dfec77 100644 --- a/cppcache/include/geode/Log.hpp +++ b/cppcache/src/util/Log.hpp @@ -26,7 +26,7 @@ * */ -#include "geode_globals.hpp" +#include #include #include diff --git a/cppcache/include/geode/utils.hpp b/cppcache/src/util/functional.hpp similarity index 100% rename from cppcache/include/geode/utils.hpp rename to cppcache/src/util/functional.hpp diff --git a/cppcache/test/CacheableStringEqualityTest.cpp b/cppcache/test/CacheableStringEqualityTest.cpp index 2f622489..00e1efa0 100644 --- a/cppcache/test/CacheableStringEqualityTest.cpp +++ b/cppcache/test/CacheableStringEqualityTest.cpp @@ -21,9 +21,10 @@ #include #include -#include #include +#include "util/functional.hpp" + using namespace apache::geode::client; TEST(CacheableStringEqualityTest, StdHashSpecializationViaStdSharedPtr) { diff --git a/templates/security/UserPasswordAuthInit.cpp b/templates/security/UserPasswordAuthInit.cpp index 4714abac..1adb0b07 100644 --- a/templates/security/UserPasswordAuthInit.cpp +++ b/templates/security/UserPasswordAuthInit.cpp @@ -17,8 +17,8 @@ #include "UserPasswordAuthInit.hpp" #include "geode/Properties.hpp" -#include "geode/Log.hpp" #include "geode/ExceptionTypes.hpp" +#include "util/Log.hpp" #define SECURITY_USERNAME "security-username" #define SECURITY_PASSWORD "security-password" diff --git a/tests/cpp/testobject/NoopAuthInit.cpp b/tests/cpp/testobject/NoopAuthInit.cpp index 94704c8a..ac938a54 100644 --- a/tests/cpp/testobject/NoopAuthInit.cpp +++ b/tests/cpp/testobject/NoopAuthInit.cpp @@ -17,8 +17,8 @@ #include "NoopAuthInit.hpp" #include "geode/Properties.hpp" -#include "geode/Log.hpp" #include "geode/ExceptionTypes.hpp" +#include "util/Log.hpp" namespace apache { namespace geode { ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org > Public API Removals > ------------------- > > Key: GEODE-3421 > URL: https://issues.apache.org/jira/browse/GEODE-3421 > Project: Geode > Issue Type: Improvement > Components: native client > Reporter: Addison > > Move the following out of the public API: > - CacheTransactionmanager2PC > - Log.hpp > - utils.hpp -- This message was sent by Atlassian JIRA (v6.4.14#64029)