You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/08/11 23:53:07 UTC

[51/52] [partial] geode-native git commit: GEODE-3165: Reogranized sources relative to the root for better CMake IDE integration.

GEODE-3165: Reogranized sources relative to the root for better CMake IDE integration.

- Moved src/docs to docs/api.
- Moved src/* to root.
- Fixup paths in CMake files.


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/6cbd424f
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/6cbd424f
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/6cbd424f

Branch: refs/heads/develop
Commit: 6cbd424fe39bc907025460c555768552430c0c5d
Parents: da38979
Author: Jacob Barrett <jb...@pivotal.io>
Authored: Fri Aug 11 08:30:49 2017 -0700
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Fri Aug 11 08:59:17 2017 -0700

----------------------------------------------------------------------
 CMakeLists.txt                                  |  263 +
 FindNativeClient.cmake                          |  277 +
 FindNativeClientCPPCache.cmake                  |   68 +
 clicache/.clang-format                          |    5 +
 clicache/CMakeLists.txt                         |   20 +
 clicache/include/gfcli/Utils.hpp                |   88 +
 clicache/integration-test/AckMixTests.cs        |  264 +
 clicache/integration-test/AssemblyInfo.cs       |   49 +
 .../integration-test/AttributesFactoryTestsN.cs |  108 +
 .../integration-test/AttributesMutatorTestsN.cs |  329 +
 .../BuiltinCacheableWrappersN.cs                | 2782 ++++++++
 clicache/integration-test/CMakeLists.txt        |  120 +
 clicache/integration-test/CacheHelperN.cs       | 2460 +++++++
 .../integration-test/CacheServPoolRedun1.xml    |   41 +
 .../integration-test/CacheServPoolRedun2.xml    |   40 +
 .../integration-test/CacheServPoolRedun3.xml    |   39 +
 clicache/integration-test/CacheServerMsgs.cs    |   58 +
 clicache/integration-test/CacheableWrapper.cs   |  208 +
 clicache/integration-test/CacheableWrapperN.cs  |  269 +
 clicache/integration-test/CachelessTestsN.cs    |  157 +
 clicache/integration-test/DataIOTests.cs        |  241 +
 clicache/integration-test/DataOutputTests.cs    |   61 +
 clicache/integration-test/DefaultCacheableN.cs  |  261 +
 clicache/integration-test/DistGetTests.cs       |  191 +
 clicache/integration-test/DistOpsStepsN.cs      | 2372 +++++++
 clicache/integration-test/DistOpsTests.cs       |   85 +
 .../integration-test/DistributedSystemTests.cs  |  136 +
 clicache/integration-test/DupListenerN.cs       |  117 +
 clicache/integration-test/DurableListenerN.cs   |  199 +
 clicache/integration-test/ExpirationTestsN.cs   |  339 +
 clicache/integration-test/LogTests.cs           |  182 +
 clicache/integration-test/NetTests.cs           |  173 +
 clicache/integration-test/OverflowTestsN.cs     |  664 ++
 clicache/integration-test/PutGetPerfTests.cs    |  333 +
 clicache/integration-test/PutGetTestsN.cs       |  536 ++
 clicache/integration-test/RegionEntryTests.cs   |  105 +
 clicache/integration-test/RegionOperationN.cs   |   97 +
 clicache/integration-test/RegionWrapperN.cs     |  243 +
 clicache/integration-test/SecurityTestUtilN.cs  |  267 +
 .../integration-test/SerializationTestsN.cs     | 1280 ++++
 clicache/integration-test/Settings.xml          |   51 +
 clicache/integration-test/TallyListener.cs      |  300 +
 clicache/integration-test/TallyListenerN.cs     |  333 +
 clicache/integration-test/TallyLoaderN.cs       |  104 +
 clicache/integration-test/TallyResolverN.cs     |   97 +
 clicache/integration-test/TallyWriter.cs        |  222 +
 clicache/integration-test/TallyWriterN.cs       |  240 +
 ...ThinClientAppDomainFunctionExecutionTests.cs |  282 +
 .../ThinClientAppDomainQueryTests.cs            |  280 +
 clicache/integration-test/ThinClientCSTXN.cs    |  827 +++
 .../integration-test/ThinClientCallbackArgN.cs  |  726 ++
 .../ThinClientConflationTestsN.cs               |  354 +
 .../integration-test/ThinClientCqIRTestsN.cs    |  250 +
 clicache/integration-test/ThinClientCqTestsN.cs | 1025 +++
 .../integration-test/ThinClientDeltaTestN.cs    |  914 +++
 .../ThinClientDurableCqTestsN.cs                |  325 +
 .../integration-test/ThinClientDurableTestsN.cs |  982 +++
 .../ThinClientFunctionExecutionTestsN.cs        | 1843 +++++
 .../ThinClientHARegionTestsN.cs                 |  991 +++
 .../ThinClientListenerWriterN.cs                |  287 +
 clicache/integration-test/ThinClientPdxTests.cs | 6638 ++++++++++++++++++
 .../integration-test/ThinClientPoolTestsN.cs    |  901 +++
 .../integration-test/ThinClientQueryTestsN.cs   | 1981 ++++++
 .../ThinClientRegionInterestTestsN.cs           | 1216 ++++
 .../integration-test/ThinClientRegionStepsN.cs  |  705 ++
 .../integration-test/ThinClientRegionTestsN.cs  | 2397 +++++++
 .../ThinClientSecurityAuthTestsMUN.cs           |  716 ++
 .../ThinClientSecurityAuthTestsN.cs             |  731 ++
 .../ThinClientSecurityAuthzTestBaseN.cs         | 1061 +++
 .../ThinClientSecurityAuthzTestsMUN.cs          | 1051 +++
 .../ThinClientSecurityAuthzTestsN.cs            |  710 ++
 .../ThinClientStatisticTestsN.cs                |  255 +
 .../ThinClientStringArrayTestsN.cs              |  232 +
 clicache/integration-test/Timeouts.xml          |   42 +
 clicache/integration-test/UnitTests.csproj.in   |  627 ++
 clicache/integration-test/UnitTestsN.cs         |  180 +
 clicache/integration-test/cache.xml             |   27 +
 .../cacheServer_pdxreadserialized.xml           |   38 +
 clicache/integration-test/cache_redundancy.xml  |   30 +
 clicache/integration-test/cacheserver.xml       |   41 +
 .../integration-test/cacheserver1_TradeKey.xml  |   66 +
 .../integration-test/cacheserver1_expiry.xml    |   43 +
 clicache/integration-test/cacheserver1_fpr.xml  |   72 +
 .../cacheserver1_partitioned.xml                |   50 +
 .../cacheserver1_partitioned_R1.xml             |   52 +
 .../cacheserver1_partitioned_servergroup.xml    |   49 +
 clicache/integration-test/cacheserver1_pool.xml |   33 +
 clicache/integration-test/cacheserver1_pr.xml   |   41 +
 .../integration-test/cacheserver1_pr_putall.xml |   52 +
 clicache/integration-test/cacheserver2.xml      |   35 +
 .../integration-test/cacheserver2_TradeKey.xml  |   66 +
 clicache/integration-test/cacheserver2_fpr.xml  |   73 +
 .../cacheserver2_partitioned.xml                |   49 +
 .../cacheserver2_partitioned_R1.xml             |   51 +
 .../cacheserver2_partitioned_servergroup.xml    |   48 +
 clicache/integration-test/cacheserver2_pool.xml |   33 +
 clicache/integration-test/cacheserver2_pr.xml   |   42 +
 .../integration-test/cacheserver2_pr_putall.xml |   51 +
 clicache/integration-test/cacheserver3.xml      |   35 +
 .../integration-test/cacheserver3_TradeKey.xml  |   66 +
 clicache/integration-test/cacheserver3_fpr.xml  |   72 +
 .../cacheserver3_partitioned.xml                |   50 +
 .../cacheserver3_partitioned_servergroup.xml    |   49 +
 clicache/integration-test/cacheserver3_pool.xml |   34 +
 clicache/integration-test/cacheserver3_pr.xml   |   54 +
 .../integration-test/cacheserver3_pr_putall.xml |   52 +
 clicache/integration-test/cacheserver4.xml      |   47 +
 .../integration-test/cacheserver4_pr_putall.xml |   52 +
 .../integration-test/cacheserverDurableCqs.xml  |   28 +
 clicache/integration-test/cacheserverForPdx.xml |   50 +
 .../cacheserverForPdxWithAuto.xml               |   50 +
 clicache/integration-test/cacheserverMDS1.xml   |   33 +
 clicache/integration-test/cacheserverMDS2.xml   |   32 +
 clicache/integration-test/cacheserverPdx.xml    |   50 +
 clicache/integration-test/cacheserverPdx2.xml   |   50 +
 .../cacheserverPdxSerializer.xml                |   38 +
 .../cacheserver_concurrency_enabled1.xml        |   32 +
 .../cacheserver_concurrency_enabled2.xml        |   32 +
 .../cacheserver_concurrency_enabled_disk1.xml   |   35 +
 .../cacheserver_concurrency_enabled_disk2.xml   |   35 +
 ...rver_concurrency_enabled_disk_replicate1.xml |   35 +
 ...rver_concurrency_enabled_disk_replicate2.xml |   35 +
 .../integration-test/cacheserver_conflation.xml |   33 +
 .../integration-test/cacheserver_hashcode.xml   |   43 +
 .../cacheserver_interest_notify.xml             |   36 +
 .../integration-test/cacheserver_loader.xml     |   38 +
 .../cacheserver_notify_subscription.xml         |   53 +
 .../cacheserver_notify_subscription2.xml        |   53 +
 .../cacheserver_notify_subscription3.xml        |   40 +
 .../cacheserver_notify_subscription4.xml        |   40 +
 .../cacheserver_notify_subscription5.xml        |  154 +
 .../cacheserver_notify_subscription5N.xml       |  154 +
 .../cacheserver_notify_subscription6.xml        |   62 +
 .../cacheserver_notify_subscriptionBug849.xml   |   50 +
 ...server_notify_subscription_PutAllTimeout.xml |   44 +
 .../cacheserver_notify_subscription_forDoc.xml  |  106 +
 .../cacheserver_pdxinstance_hashcode.xml        |   50 +
 .../cacheserver_pool_client.xml                 |   62 +
 .../integration-test/cacheserver_remoteoql.xml  |   93 +
 .../integration-test/cacheserver_remoteoql2.xml |   93 +
 .../cacheserver_remoteoql2N.xml                 |   93 +
 .../integration-test/cacheserver_remoteoqlN.xml |   93 +
 .../cacheserver_servergroup.xml                 |   35 +
 .../cacheserver_servergroup2.xml                |   35 +
 .../integration-test/cacheserver_with_delta.xml |   58 +
 .../cacheserver_with_deltaAD.xml                |   43 +
 .../cacheserver_with_delta_test_impl.xml        |   39 +
 clicache/integration-test/client_Loader.xml     |   36 +
 .../client_generics_plugins.xml                 |   60 +
 clicache/integration-test/client_pdx.xml        |   48 +
 clicache/integration-test/client_pool.xml       |   50 +
 .../client_server_persistent_transactions.xml   |   31 +
 .../client_server_transactions.xml              |   37 +
 clicache/integration-test/cqqueryfailover.xml   |  109 +
 .../integration-test/func_cacheserver1_pool.xml |   94 +
 .../integration-test/func_cacheserver2_pool.xml |   94 +
 .../integration-test/func_cacheserver3_pool.xml |   86 +
 clicache/integration-test/gateway1.xml          |   44 +
 clicache/integration-test/gateway2.xml          |   49 +
 .../integration-test/geode.properties.mixed     |   16 +
 .../geode.properties.nativeclient               |   16 +
 clicache/integration-test/invalid_cache1.xml    |   34 +
 clicache/integration-test/invalid_cache2.xml    |   34 +
 clicache/integration-test/invalid_cache3.xml    |   35 +
 .../integration-test/invalid_cache_pool.xml     |   88 +
 .../integration-test/invalid_cache_pool2.xml    |   89 +
 .../integration-test/invalid_cache_pool3.xml    |   89 +
 .../integration-test/invalid_cache_pool4.xml    |   91 +
 .../integration-test/invalid_overflowAttr1.xml  |   34 +
 .../integration-test/invalid_overflowAttr2.xml  |   39 +
 .../integration-test/invalid_overflowAttr3.xml  |   42 +
 .../multi_get_function_server.xml               |   47 +
 .../integration-test/regionquery_diffconfig.xml |   94 +
 .../regionquery_diffconfig2.xml                 |   94 +
 .../regionquery_diffconfig2N.xml                |   94 +
 .../regionquery_diffconfig2_SG.xml              |   96 +
 .../regionquery_diffconfigN.xml                 |   94 +
 .../regionquery_diffconfig_SG.xml               |   96 +
 clicache/integration-test/remotequery.xml       |  112 +
 clicache/integration-test/remotequery2.xml      |  112 +
 clicache/integration-test/remotequeryN.xml      |  109 +
 .../integration-test/serverDurableClient.xml    |   33 +
 clicache/integration-test/system.properties     |   33 +
 clicache/integration-test/test.bat.in           |   65 +
 clicache/integration-test/valid_cache.xml       |   88 +
 clicache/integration-test/valid_cache_pool.xml  |   91 +
 clicache/integration-test/valid_cache_refid.xml |   85 +
 .../valid_cache_region_refid.xml                |   83 +
 .../valid_declarative_cache_creation.xml        |   36 +
 .../integration-test/valid_lruExpiration.xml    |  266 +
 .../integration-test/valid_overflowAttr.xml     |  177 +
 clicache/src/Apache.Geode.rc                    |   48 +
 clicache/src/AttributesFactory.cpp              |  484 ++
 clicache/src/AttributesFactory.hpp              |  513 ++
 clicache/src/AttributesMutator.cpp              |  251 +
 clicache/src/AttributesMutator.hpp              |  271 +
 clicache/src/CMakeLists.txt                     |   73 +
 clicache/src/Cache.cpp                          |  382 +
 clicache/src/Cache.hpp                          |  302 +
 clicache/src/CacheFactory.cpp                   |  193 +
 clicache/src/CacheFactory.hpp                   |  177 +
 clicache/src/CacheListenerAdapter.hpp           |   83 +
 clicache/src/CacheStatistics.cpp                |   55 +
 clicache/src/CacheStatistics.hpp                |  159 +
 clicache/src/CacheTransactionManager.cpp        |  295 +
 clicache/src/CacheTransactionManager.hpp        |  228 +
 clicache/src/CacheWriterAdapter.hpp             |   73 +
 clicache/src/CacheableArrayList.hpp             |   97 +
 clicache/src/CacheableBuiltins.hpp              |  603 ++
 clicache/src/CacheableDate.cpp                  |  118 +
 clicache/src/CacheableDate.hpp                  |  174 +
 clicache/src/CacheableFileName.cpp              |  110 +
 clicache/src/CacheableFileName.hpp              |  172 +
 clicache/src/CacheableHashMap.cpp               |   54 +
 clicache/src/CacheableHashMap.hpp               |  147 +
 clicache/src/CacheableHashSet.hpp               |  683 ++
 clicache/src/CacheableHashTable.hpp             |  117 +
 clicache/src/CacheableIdentityHashMap.hpp       |  128 +
 clicache/src/CacheableKey.cpp                   |  127 +
 clicache/src/CacheableKey.hpp                   |  141 +
 clicache/src/CacheableLinkedList.hpp            |  152 +
 clicache/src/CacheableObject.cpp                |   82 +
 clicache/src/CacheableObject.hpp                |  156 +
 clicache/src/CacheableObjectArray.cpp           |  108 +
 clicache/src/CacheableObjectArray.hpp           |  153 +
 clicache/src/CacheableObjectXml.cpp             |  111 +
 clicache/src/CacheableObjectXml.hpp             |  157 +
 clicache/src/CacheableStack.cpp                 |   91 +
 clicache/src/CacheableStack.hpp                 |  130 +
 clicache/src/CacheableString.cpp                |  212 +
 clicache/src/CacheableString.hpp                |  326 +
 clicache/src/CacheableStringArray.cpp           |   96 +
 clicache/src/CacheableStringArray.hpp           |  193 +
 clicache/src/CacheableUndefined.cpp             |   53 +
 clicache/src/CacheableUndefined.hpp             |  109 +
 clicache/src/CacheableVector.cpp                |   78 +
 clicache/src/CacheableVector.hpp                |  136 +
 clicache/src/CqAttributes.cpp                   |   74 +
 clicache/src/CqAttributes.hpp                   |   91 +
 clicache/src/CqAttributesFactory.cpp            |  160 +
 clicache/src/CqAttributesFactory.hpp            |   92 +
 clicache/src/CqAttributesMutator.cpp            |  196 +
 clicache/src/CqAttributesMutator.hpp            |  117 +
 clicache/src/CqEvent.cpp                        |   75 +
 clicache/src/CqEvent.hpp                        |  105 +
 clicache/src/CqOperation.hpp                    |   96 +
 clicache/src/CqQuery.cpp                        |  286 +
 clicache/src/CqQuery.hpp                        |  195 +
 clicache/src/CqServiceStatistics.cpp            |   86 +
 clicache/src/CqServiceStatistics.hpp            |  102 +
 clicache/src/CqState.cpp                        |   92 +
 clicache/src/CqState.hpp                        |  104 +
 clicache/src/CqStatistics.cpp                   |   76 +
 clicache/src/CqStatistics.hpp                   |   96 +
 clicache/src/DataInput.cpp                      | 1165 +++
 clicache/src/DataInput.hpp                      |  711 ++
 clicache/src/DataOutput.cpp                     |  921 +++
 clicache/src/DataOutput.hpp                     |  656 ++
 clicache/src/DiskPolicyType.hpp                 |   89 +
 clicache/src/DistributedSystem.cpp              |  574 ++
 clicache/src/DistributedSystem.hpp              |  213 +
 clicache/src/EntryEvent.cpp                     |   74 +
 clicache/src/EntryEvent.hpp                     |  123 +
 clicache/src/ExceptionTypes.cpp                 |  159 +
 clicache/src/ExceptionTypes.hpp                 |  686 ++
 clicache/src/Execution.cpp                      |  135 +
 clicache/src/Execution.hpp                      |  116 +
 clicache/src/ExpirationAction.hpp               |  138 +
 clicache/src/FunctionService.cpp                |  115 +
 clicache/src/FunctionService.hpp                |   96 +
 clicache/src/GeodeClassIds.hpp                  |  372 +
 clicache/src/IAuthInitialize.hpp                |   85 +
 clicache/src/ICacheListener.hpp                 |  210 +
 clicache/src/ICacheLoader.hpp                   |  118 +
 clicache/src/ICacheWriter.hpp                   |  172 +
 clicache/src/ICacheableKey.hpp                  |   67 +
 clicache/src/ICqAttributes.hpp                  |  116 +
 clicache/src/ICqEvent.hpp                       |  120 +
 clicache/src/ICqListener.hpp                    |  120 +
 clicache/src/ICqResults.hpp                     |   52 +
 clicache/src/ICqStatusListener.hpp              |   57 +
 clicache/src/IFixedPartitionResolver.hpp        |   96 +
 clicache/src/IGeodeCache.hpp                    |  110 +
 clicache/src/IGeodeDelta.hpp                    |   78 +
 clicache/src/IGeodeSerializable.hpp             |  105 +
 clicache/src/IPartitionResolver.hpp             |  108 +
 clicache/src/IPdxInstance.hpp                   |  185 +
 clicache/src/IPdxInstanceFactory.hpp            |  346 +
 clicache/src/IPdxReader.hpp                     |  211 +
 clicache/src/IPdxSerializable.hpp               |   67 +
 clicache/src/IPdxSerializer.hpp                 |   68 +
 clicache/src/IPdxTypeMapper.hpp                 |   52 +
 clicache/src/IPdxUnreadFields.hpp               |   40 +
 clicache/src/IPdxWriter.hpp                     |  247 +
 clicache/src/IPersistenceManager.hpp            |  106 +
 clicache/src/IRegion.hpp                        | 2077 ++++++
 clicache/src/IRegionService.hpp                 |  128 +
 clicache/src/IResultCollector.hpp               |   80 +
 clicache/src/ISelectResults.hpp                 |   81 +
 clicache/src/ISubscriptionService.hpp           |  627 ++
 clicache/src/ITransactionListener.hpp           |   83 +
 clicache/src/ITransactionWriter.hpp             |   61 +
 clicache/src/IWritablePdxInstance.hpp           |   53 +
 clicache/src/LocalRegion.cpp                    | 1005 +++
 clicache/src/LocalRegion.hpp                    |  263 +
 clicache/src/Log.cpp                            |  124 +
 clicache/src/Log.hpp                            |  330 +
 clicache/src/PdxIdentityFieldAttribute.hpp      |   50 +
 clicache/src/Pool.cpp                           |  463 ++
 clicache/src/Pool.hpp                           |  353 +
 clicache/src/PoolFactory.cpp                    |  452 ++
 clicache/src/PoolFactory.hpp                    |  427 ++
 clicache/src/PoolManager.cpp                    |   77 +
 clicache/src/PoolManager.hpp                    |  102 +
 clicache/src/Properties.cpp                     |  356 +
 clicache/src/Properties.hpp                     |  305 +
 clicache/src/Query.cpp                          |  154 +
 clicache/src/Query.hpp                          |  219 +
 clicache/src/QueryService.cpp                   |  233 +
 clicache/src/QueryService.hpp                   |  162 +
 clicache/src/ReflectionBasedAutoSerializer.cpp  |  565 ++
 clicache/src/ReflectionBasedAutoSerializer.hpp  |  225 +
 clicache/src/Region.cpp                         | 1538 ++++
 clicache/src/Region.hpp                         |  307 +
 clicache/src/RegionAttributes.cpp               |  605 ++
 clicache/src/RegionAttributes.hpp               |  511 ++
 clicache/src/RegionEntry.cpp                    |  101 +
 clicache/src/RegionEntry.hpp                    |  188 +
 clicache/src/RegionEvent.cpp                    |   53 +
 clicache/src/RegionEvent.hpp                    |   98 +
 clicache/src/RegionFactory.cpp                  |  481 ++
 clicache/src/RegionFactory.hpp                  |  458 ++
 clicache/src/RegionShortcut.hpp                 |   76 +
 clicache/src/ResultCollector.cpp                |  115 +
 clicache/src/ResultCollector.hpp                |   94 +
 clicache/src/ResultSet.cpp                      |  100 +
 clicache/src/ResultSet.hpp                      |  130 +
 clicache/src/SelectResultsIterator.cpp          |   95 +
 clicache/src/SelectResultsIterator.hpp          |  137 +
 clicache/src/Serializable.cpp                   | 1480 ++++
 clicache/src/Serializable.hpp                   |  696 ++
 clicache/src/StatisticDescriptor.cpp            |   62 +
 clicache/src/StatisticDescriptor.hpp            |  140 +
 clicache/src/Statistics.cpp                     |  298 +
 clicache/src/Statistics.hpp                     |  541 ++
 clicache/src/StatisticsFactory.cpp              |  258 +
 clicache/src/StatisticsFactory.hpp              |  273 +
 clicache/src/StatisticsType.cpp                 |   85 +
 clicache/src/StatisticsType.hpp                 |  144 +
 clicache/src/Struct.cpp                         |  117 +
 clicache/src/Struct.hpp                         |  148 +
 clicache/src/StructSet.cpp                      |  130 +
 clicache/src/StructSet.hpp                      |  171 +
 clicache/src/SystemProperties.cpp               |  220 +
 clicache/src/SystemProperties.hpp               |  428 ++
 clicache/src/TransactionEvent.cpp               |   79 +
 clicache/src/TransactionEvent.hpp               |   88 +
 clicache/src/TransactionId.hpp                  |   71 +
 clicache/src/TransactionListenerAdapter.hpp     |   61 +
 clicache/src/TransactionWriterAdapte.hpp        |   48 +
 clicache/src/UserFunctionExecutionException.cpp |   96 +
 clicache/src/UserFunctionExecutionException.hpp |  143 +
 clicache/src/Utils.cpp                          |   77 +
 clicache/src/begin_native.hpp                   |   41 +
 clicache/src/end_native.hpp                     |   25 +
 clicache/src/geode_defs.hpp                     |  272 +
 clicache/src/geode_includes.hpp                 |   26 +
 clicache/src/geodeclicache.vcxproj.filters      | 1075 +++
 clicache/src/impl/AppDomainContext.cpp          |   33 +
 clicache/src/impl/AppDomainContext.hpp          |   75 +
 clicache/src/impl/AssemblyInfo.cpp.in           |   46 +
 clicache/src/impl/AuthenticatedCache.cpp        |  136 +
 clicache/src/impl/AuthenticatedCache.hpp        |  171 +
 clicache/src/impl/CacheListener.hpp             |  113 +
 clicache/src/impl/CacheLoader.hpp               |   85 +
 clicache/src/impl/CacheWriter.hpp               |   88 +
 clicache/src/impl/CliCallbackDelgate.cpp        |   40 +
 clicache/src/impl/CliCallbackDelgate.hpp        |   55 +
 clicache/src/impl/CqListenerProxy.hpp           |   69 +
 clicache/src/impl/CqStatusListenerProxy.hpp     |   77 +
 clicache/src/impl/DelegateWrapper.hpp           |  110 +
 clicache/src/impl/DotNetTypes.hpp               |   61 +
 clicache/src/impl/EnumInfo.cpp                  |   61 +
 clicache/src/impl/EnumInfo.hpp                  |  104 +
 clicache/src/impl/FixedPartitionResolver.hpp    |  102 +
 clicache/src/impl/GeodeDataInputStream.hpp      |  136 +
 clicache/src/impl/GeodeDataOutputStream.hpp     |  118 +
 clicache/src/impl/GeodeNullStream.hpp           |  119 +
 clicache/src/impl/ManagedAuthInitialize.cpp     |  206 +
 clicache/src/impl/ManagedAuthInitialize.hpp     |  134 +
 clicache/src/impl/ManagedCacheListener.cpp      |  362 +
 clicache/src/impl/ManagedCacheListener.hpp      |  232 +
 clicache/src/impl/ManagedCacheLoader.cpp        |  252 +
 clicache/src/impl/ManagedCacheLoader.hpp        |  160 +
 clicache/src/impl/ManagedCacheWriter.cpp        |  316 +
 clicache/src/impl/ManagedCacheWriter.hpp        |  191 +
 clicache/src/impl/ManagedCacheableDelta.cpp     |  282 +
 clicache/src/impl/ManagedCacheableDelta.hpp     |  189 +
 .../src/impl/ManagedCacheableDeltaBytes.cpp     |  337 +
 .../src/impl/ManagedCacheableDeltaBytes.hpp     |  218 +
 clicache/src/impl/ManagedCacheableKey.cpp       |  230 +
 clicache/src/impl/ManagedCacheableKey.hpp       |  173 +
 clicache/src/impl/ManagedCacheableKeyBytes.cpp  |  288 +
 clicache/src/impl/ManagedCacheableKeyBytes.hpp  |  208 +
 clicache/src/impl/ManagedCqListener.cpp         |  189 +
 clicache/src/impl/ManagedCqListener.hpp         |  147 +
 clicache/src/impl/ManagedCqStatusListener.cpp   |  220 +
 clicache/src/impl/ManagedCqStatusListener.hpp   |  142 +
 .../src/impl/ManagedFixedPartitionResolver.cpp  |  262 +
 .../src/impl/ManagedFixedPartitionResolver.hpp  |  147 +
 clicache/src/impl/ManagedPartitionResolver.cpp  |  252 +
 clicache/src/impl/ManagedPartitionResolver.hpp  |  137 +
 clicache/src/impl/ManagedPersistenceManager.cpp |  247 +
 clicache/src/impl/ManagedPersistenceManager.hpp |   86 +
 clicache/src/impl/ManagedResultCollector.cpp    |  227 +
 clicache/src/impl/ManagedResultCollector.hpp    |  105 +
 clicache/src/impl/ManagedString.hpp             |  104 +
 .../src/impl/ManagedTransactionListener.cpp     |  263 +
 .../src/impl/ManagedTransactionListener.hpp     |   93 +
 clicache/src/impl/ManagedTransactionWriter.cpp  |  222 +
 clicache/src/impl/ManagedTransactionWriter.hpp  |   96 +
 clicache/src/impl/ManagedVisitor.cpp            |   52 +
 clicache/src/impl/ManagedVisitor.hpp            |   84 +
 clicache/src/impl/MemoryPressureHandler.cpp     |   75 +
 clicache/src/impl/MemoryPressureHandler.hpp     |   44 +
 clicache/src/impl/PartitionResolver.hpp         |   74 +
 clicache/src/impl/PdxFieldType.cpp              |  194 +
 clicache/src/impl/PdxFieldType.hpp              |  150 +
 clicache/src/impl/PdxHelper.cpp                 |  451 ++
 clicache/src/impl/PdxHelper.hpp                 |   79 +
 clicache/src/impl/PdxInstanceFactoryImpl.cpp    |  359 +
 clicache/src/impl/PdxInstanceFactoryImpl.hpp    |  402 ++
 clicache/src/impl/PdxInstanceImpl.cpp           | 1432 ++++
 clicache/src/impl/PdxInstanceImpl.hpp           |  298 +
 clicache/src/impl/PdxLocalReader.cpp            |  422 ++
 clicache/src/impl/PdxLocalReader.hpp            |  311 +
 clicache/src/impl/PdxLocalWriter.cpp            |  490 ++
 clicache/src/impl/PdxLocalWriter.hpp            |  369 +
 clicache/src/impl/PdxManagedCacheableKey.cpp    |  307 +
 clicache/src/impl/PdxManagedCacheableKey.hpp    |  197 +
 .../src/impl/PdxManagedCacheableKeyBytes.cpp    |  290 +
 .../src/impl/PdxManagedCacheableKeyBytes.hpp    |  247 +
 .../src/impl/PdxReaderWithTypeCollector.cpp     |  549 ++
 .../src/impl/PdxReaderWithTypeCollector.hpp     |  268 +
 clicache/src/impl/PdxRemotePreservedData.hpp    |  119 +
 clicache/src/impl/PdxRemoteReader.cpp           |  847 +++
 clicache/src/impl/PdxRemoteReader.hpp           |  265 +
 clicache/src/impl/PdxRemoteWriter.cpp           |  334 +
 clicache/src/impl/PdxRemoteWriter.hpp           |  338 +
 clicache/src/impl/PdxType.cpp                   |  553 ++
 clicache/src/impl/PdxType.hpp                   |  201 +
 clicache/src/impl/PdxTypeRegistry.cpp           |  317 +
 clicache/src/impl/PdxTypeRegistry.hpp           |  117 +
 clicache/src/impl/PdxWrapper.hpp                |   83 +
 .../src/impl/PdxWriterWithTypeCollector.cpp     |  362 +
 .../src/impl/PdxWriterWithTypeCollector.hpp     |  328 +
 clicache/src/impl/PersistenceManagerProxy.hpp   |   98 +
 clicache/src/impl/RegionImpl.cpp                |   18 +
 clicache/src/impl/RegionImpl.hpp                |   32 +
 clicache/src/impl/ResultCollectorProxy.hpp      |   76 +
 clicache/src/impl/SafeConvert.hpp               |  383 +
 clicache/src/impl/TransactionListener.hpp       |   83 +
 clicache/src/impl/TransactionWriter.hpp         |   66 +
 clicache/src/impl/WeakhashMap.hpp               |  258 +
 clicache/src/native_conditional_unique_ptr.hpp  |   61 +
 clicache/src/native_shared_ptr.hpp              |   41 +
 clicache/src/native_unique_ptr.hpp              |   54 +
 clicache/src/templates/CMakeLists.txt           |   30 +
 clicache/src/templates/Templates.csproj.in      |  127 +
 clicache/test/AssemblyInfo.cpp.in               |   32 +
 clicache/test/CMakeLists.txt                    |   72 +
 clicache/test/Utils.hpp                         |   14 +
 .../test/native_conditional_unqiue_ptrTests.cpp |  248 +
 clicache/test/native_shared_ptrTests.cpp        |  Bin 0 -> 12434 bytes
 clicache/test/native_unique_ptrTests.cpp        |  197 +
 cppcache/CMakeLists.txt                         |   20 +
 cppcache/CPPCacheConfig.cmake                   |   48 +
 cppcache/FindCPPCache.cmake                     |   48 +
 cppcache/include/geode/Assert.hpp               |  100 +
 cppcache/include/geode/AttributesFactory.hpp    |  382 +
 cppcache/include/geode/AttributesMutator.hpp    |  193 +
 cppcache/include/geode/AuthInitialize.hpp       |   67 +
 cppcache/include/geode/Cache.hpp                |  272 +
 cppcache/include/geode/CacheAttributes.hpp      |  108 +
 cppcache/include/geode/CacheFactory.hpp         |  154 +
 cppcache/include/geode/CacheListener.hpp        |  213 +
 cppcache/include/geode/CacheLoader.hpp          |  105 +
 cppcache/include/geode/CacheStatistics.hpp      |  116 +
 .../include/geode/CacheTransactionManager.hpp   |  204 +
 cppcache/include/geode/CacheWriter.hpp          |  188 +
 cppcache/include/geode/Cacheable.hpp            |   46 +
 cppcache/include/geode/Cacheable.inl            |   55 +
 cppcache/include/geode/CacheableBuiltins.hpp    |  651 ++
 cppcache/include/geode/CacheableDate.hpp        |  190 +
 cppcache/include/geode/CacheableEnum.hpp        |  147 +
 cppcache/include/geode/CacheableFileName.hpp    |  123 +
 cppcache/include/geode/CacheableKey.hpp         |  136 +
 cppcache/include/geode/CacheableKey.inl         |   55 +
 cppcache/include/geode/CacheableKeys.hpp        |   99 +
 cppcache/include/geode/CacheableObjectArray.hpp |  107 +
 cppcache/include/geode/CacheableString.hpp      |  322 +
 cppcache/include/geode/CacheableUndefined.hpp   |  100 +
 cppcache/include/geode/CqAttributes.hpp         |   66 +
 cppcache/include/geode/CqAttributesFactory.hpp  |  106 +
 cppcache/include/geode/CqAttributesMutator.hpp  |   78 +
 cppcache/include/geode/CqEvent.hpp              |  111 +
 cppcache/include/geode/CqListener.hpp           |   99 +
 cppcache/include/geode/CqOperation.hpp          |   54 +
 cppcache/include/geode/CqQuery.hpp              |  184 +
 cppcache/include/geode/CqResults.hpp            |   48 +
 cppcache/include/geode/CqServiceStatistics.hpp  |   79 +
 cppcache/include/geode/CqState.hpp              |   84 +
 cppcache/include/geode/CqStatistics.hpp         |   75 +
 cppcache/include/geode/CqStatusListener.hpp     |   53 +
 cppcache/include/geode/DataInput.hpp            | 1096 +++
 cppcache/include/geode/DataOutput.hpp           |  828 +++
 cppcache/include/geode/Delta.hpp                |  103 +
 cppcache/include/geode/DiskPolicyType.hpp       |   76 +
 cppcache/include/geode/DistributedSystem.hpp    |  136 +
 cppcache/include/geode/EntryEvent.hpp           |   96 +
 cppcache/include/geode/Exception.hpp            |  128 +
 cppcache/include/geode/ExceptionTypes.hpp       |  413 ++
 cppcache/include/geode/Execution.hpp            |  116 +
 cppcache/include/geode/ExpirationAction.hpp     |  117 +
 cppcache/include/geode/ExpirationAttributes.hpp |  103 +
 .../include/geode/FixedPartitionResolver.hpp    |   96 +
 cppcache/include/geode/FunctionService.hpp      |  147 +
 cppcache/include/geode/GeodeCache.hpp           |   88 +
 cppcache/include/geode/GeodeCppCache.hpp        |   87 +
 cppcache/include/geode/GeodeCppCache.inl        |   27 +
 cppcache/include/geode/GeodeTypeIds.hpp         |   88 +
 cppcache/include/geode/HashFunction.hpp         |   81 +
 cppcache/include/geode/HashMapT.hpp             |   53 +
 cppcache/include/geode/HashSetT.hpp             |   44 +
 .../InternalCacheTransactionManager2PC.hpp      |   75 +
 cppcache/include/geode/Log.hpp                  |  674 ++
 cppcache/include/geode/PartitionResolver.hpp    |  110 +
 cppcache/include/geode/PdxFieldTypes.hpp        |   58 +
 cppcache/include/geode/PdxInstance.hpp          |  618 ++
 cppcache/include/geode/PdxInstanceFactory.hpp   |  476 ++
 cppcache/include/geode/PdxReader.hpp            |  420 ++
 cppcache/include/geode/PdxSerializable.hpp      |  108 +
 cppcache/include/geode/PdxSerializer.hpp        |   92 +
 cppcache/include/geode/PdxUnreadFields.hpp      |   52 +
 cppcache/include/geode/PdxWrapper.hpp           |  136 +
 cppcache/include/geode/PdxWriter.hpp            |  451 ++
 cppcache/include/geode/PersistenceManager.hpp   |  140 +
 cppcache/include/geode/Pool.hpp                 |  288 +
 cppcache/include/geode/PoolFactory.hpp          |  540 ++
 cppcache/include/geode/PoolManager.hpp          |  123 +
 cppcache/include/geode/Properties.hpp           |  164 +
 cppcache/include/geode/Query.hpp                |  124 +
 cppcache/include/geode/QueryService.hpp         |  179 +
 cppcache/include/geode/Region.hpp               | 1457 ++++
 cppcache/include/geode/RegionAttributes.hpp     |  406 ++
 cppcache/include/geode/RegionEntry.hpp          |  113 +
 cppcache/include/geode/RegionEvent.hpp          |   77 +
 cppcache/include/geode/RegionFactory.hpp        |  274 +
 cppcache/include/geode/RegionService.hpp        |  124 +
 cppcache/include/geode/RegionShortcut.hpp       |   79 +
 cppcache/include/geode/ResultCollector.hpp      |  114 +
 cppcache/include/geode/ResultSet.hpp            |   87 +
 cppcache/include/geode/SelectResults.hpp        |   90 +
 .../include/geode/SelectResultsIterator.hpp     |  104 +
 cppcache/include/geode/Serializable.hpp         |  145 +
 cppcache/include/geode/Serializer.hpp           |  432 ++
 cppcache/include/geode/Struct.hpp               |  169 +
 cppcache/include/geode/StructSet.hpp            |  106 +
 cppcache/include/geode/SystemProperties.hpp     |  512 ++
 cppcache/include/geode/TransactionId.hpp        |   46 +
 cppcache/include/geode/TypeRegistry.hpp         |   69 +
 cppcache/include/geode/UserData.hpp             |   40 +
 .../geode/UserFunctionExecutionException.hpp    |  125 +
 cppcache/include/geode/VectorT.hpp              |   47 +
 cppcache/include/geode/WritablePdxInstance.hpp  |  541 ++
 cppcache/include/geode/geode_base.hpp           |  323 +
 cppcache/include/geode/geode_globals.hpp        |  128 +
 cppcache/include/geode/geode_types.hpp          |  112 +
 .../geode/statistics/StatisticDescriptor.hpp    |   93 +
 .../include/geode/statistics/Statistics.hpp     |  532 ++
 .../geode/statistics/StatisticsFactory.hpp      |  217 +
 .../include/geode/statistics/StatisticsType.hpp |   99 +
 cppcache/include/geode/utils.hpp                |   77 +
 cppcache/integration-test/BBNamingContext.cpp   |  289 +
 cppcache/integration-test/BBNamingContext.hpp   |   50 +
 .../BuiltinCacheableWrappers.hpp                | 1313 ++++
 cppcache/integration-test/CMakeLists.txt        |  225 +
 cppcache/integration-test/CTestCustom.cmake.in  |   17 +
 cppcache/integration-test/CacheHelper.cpp       | 1913 +++++
 cppcache/integration-test/CacheHelper.hpp       |  346 +
 cppcache/integration-test/CacheImplHelper.hpp   |   69 +
 .../integration-test/CacheServPoolRedun1.xml    |   40 +
 .../integration-test/CacheServPoolRedun2.xml    |   39 +
 .../integration-test/CacheServPoolRedun3.xml    |   38 +
 cppcache/integration-test/CacheableWrapper.hpp  |  135 +
 cppcache/integration-test/DeltaEx.hpp           |  153 +
 cppcache/integration-test/InitSmartHeap.cpp     |   27 +
 cppcache/integration-test/LibraryCallbacks.cpp  |   61 +
 cppcache/integration-test/LocatorHelper.hpp     |  151 +
 cppcache/integration-test/QueryHelper.hpp       |  385 +
 cppcache/integration-test/QueryStrings.hpp      |  738 ++
 cppcache/integration-test/TallyListener.hpp     |  225 +
 cppcache/integration-test/TallyLoader.hpp       |   75 +
 cppcache/integration-test/TallyWriter.hpp       |  156 +
 cppcache/integration-test/ThinClientCQ.hpp      |   64 +
 .../integration-test/ThinClientCallbackArg.hpp  |  197 +
 cppcache/integration-test/ThinClientDistOps.hpp |  914 +++
 .../integration-test/ThinClientDistOps2.hpp     |  386 +
 cppcache/integration-test/ThinClientDurable.hpp |  494 ++
 .../ThinClientDurableConnect.hpp                |  354 +
 .../ThinClientDurableFailover.hpp               |  411 ++
 .../integration-test/ThinClientDurableInit.hpp  |  113 +
 .../ThinClientDurableInterest.hpp               |  363 +
 .../ThinClientDurableReconnect.hpp              |  172 +
 .../integration-test/ThinClientFailover.hpp     |  427 ++
 .../integration-test/ThinClientFailover2.hpp    |  551 ++
 .../integration-test/ThinClientFailover3.hpp    |  376 +
 .../ThinClientFailoverInterest.hpp              |  431 ++
 .../ThinClientFailoverInterest2.hpp             |  460 ++
 .../ThinClientFailoverInterestAllWithCache.hpp  |  527 ++
 .../ThinClientFailoverRegex.hpp                 |  510 ++
 .../integration-test/ThinClientGatewayTest.hpp  |  193 +
 cppcache/integration-test/ThinClientHeapLRU.hpp |  261 +
 cppcache/integration-test/ThinClientHelper.hpp  |  707 ++
 .../integration-test/ThinClientInterest1.hpp    |  110 +
 .../integration-test/ThinClientInterest2.hpp    |  101 +
 .../integration-test/ThinClientInterest3.hpp    |  180 +
 .../ThinClientInterest3Cacheless.hpp            |  153 +
 .../integration-test/ThinClientInterestList.hpp |  424 ++
 .../ThinClientInterestList2.hpp                 |  410 ++
 .../integration-test/ThinClientListenerInit.hpp |  256 +
 .../ThinClientListenerWriter.hpp                |  505 ++
 .../ThinClientLocalCacheLoader.hpp              |  266 +
 .../ThinClientMultipleCaches.hpp                |  104 +
 .../integration-test/ThinClientNotification.hpp |  497 ++
 .../ThinClientPdxSerializer.hpp                 |  401 ++
 .../ThinClientPdxSerializers.hpp                |  310 +
 cppcache/integration-test/ThinClientPutAll.hpp  |  848 +++
 .../ThinClientPutAllTimeout.hpp                 |  250 +
 .../ThinClientPutAllWithCallBack.hpp            |  808 +++
 .../integration-test/ThinClientPutGetAll.hpp    |  630 ++
 .../ThinClientRIwithlocalRegionDestroy.hpp      |  503 ++
 cppcache/integration-test/ThinClientRegex.hpp   |  429 ++
 cppcache/integration-test/ThinClientRegex2.hpp  |  466 ++
 cppcache/integration-test/ThinClientRegex3.hpp  |  417 ++
 .../integration-test/ThinClientRemoveAll.hpp    |  427 ++
 cppcache/integration-test/ThinClientSSL.hpp     |  509 ++
 .../ThinClientSSLWithPassword.hpp               |  523 ++
 .../integration-test/ThinClientSecurity.hpp     |   82 +
 .../ThinClientSecurityHelper.hpp                |  265 +
 .../integration-test/ThinClientTXFailover.hpp   |  433 ++
 .../integration-test/ThinClientTasks_C2S2.hpp   |   96 +
 .../integration-test/ThinClientTransactions.hpp | 1122 +++
 .../ThinClientTransactionsXA.hpp                | 1177 ++++
 .../integration-test/ThinClientVersionedOps.hpp |  591 ++
 cppcache/integration-test/TimeBomb.hpp          |  114 +
 cppcache/integration-test/cache.xml             |   27 +
 .../cacheServer_pdxreadserialized.xml           |   37 +
 cppcache/integration-test/cache_redundancy.xml  |   29 +
 cppcache/integration-test/cacheserver.xml       |   40 +
 .../integration-test/cacheserver1_TradeKey.xml  |   62 +
 .../integration-test/cacheserver1_expiry.xml    |   38 +
 cppcache/integration-test/cacheserver1_fpr.xml  |   72 +
 .../cacheserver1_partitioned.xml                |   50 +
 .../cacheserver1_partitioned_R1.xml             |   52 +
 .../cacheserver1_partitioned_servergroup.xml    |   49 +
 cppcache/integration-test/cacheserver1_pool.xml |   32 +
 cppcache/integration-test/cacheserver1_pr.xml   |   41 +
 .../integration-test/cacheserver1_pr_putall.xml |   52 +
 cppcache/integration-test/cacheserver2.xml      |   34 +
 .../integration-test/cacheserver2_TradeKey.xml  |   62 +
 cppcache/integration-test/cacheserver2_fpr.xml  |   72 +
 .../cacheserver2_partitioned.xml                |   48 +
 .../cacheserver2_partitioned_R1.xml             |   50 +
 .../cacheserver2_partitioned_servergroup.xml    |   47 +
 cppcache/integration-test/cacheserver2_pool.xml |   32 +
 cppcache/integration-test/cacheserver2_pr.xml   |   41 +
 .../integration-test/cacheserver2_pr_putall.xml |   50 +
 cppcache/integration-test/cacheserver3.xml      |   34 +
 .../integration-test/cacheserver3_TradeKey.xml  |   62 +
 cppcache/integration-test/cacheserver3_fpr.xml  |   72 +
 .../cacheserver3_partitioned.xml                |   50 +
 .../cacheserver3_partitioned_servergroup.xml    |   49 +
 cppcache/integration-test/cacheserver3_pool.xml |   33 +
 cppcache/integration-test/cacheserver3_pr.xml   |   54 +
 .../integration-test/cacheserver3_pr_putall.xml |   52 +
 cppcache/integration-test/cacheserver4.xml      |   46 +
 .../integration-test/cacheserver4_pr_putall.xml |   52 +
 .../integration-test/cacheserverDurableCqs.xml  |   28 +
 cppcache/integration-test/cacheserverForPdx.xml |   49 +
 .../cacheserverForPdxWithAuto.xml               |   49 +
 cppcache/integration-test/cacheserverMDS1.xml   |   32 +
 cppcache/integration-test/cacheserverMDS2.xml   |   31 +
 cppcache/integration-test/cacheserverPdx.xml    |   49 +
 cppcache/integration-test/cacheserverPdx2.xml   |   49 +
 .../cacheserverPdxSerializer.xml                |   37 +
 .../cacheserver_concurrency_enabled1.xml        |   32 +
 .../cacheserver_concurrency_enabled2.xml        |   32 +
 .../cacheserver_concurrency_enabled_disk1.xml   |   35 +
 .../cacheserver_concurrency_enabled_disk2.xml   |   35 +
 ...rver_concurrency_enabled_disk_replicate1.xml |   35 +
 ...rver_concurrency_enabled_disk_replicate2.xml |   35 +
 .../integration-test/cacheserver_conflation.xml |   33 +
 .../integration-test/cacheserver_hashcode.xml   |   42 +
 .../cacheserver_interest_notify.xml             |   36 +
 .../integration-test/cacheserver_loader.xml     |   32 +
 .../cacheserver_notify_subscription.xml         |   53 +
 .../cacheserver_notify_subscription2.xml        |   53 +
 .../cacheserver_notify_subscription3.xml        |   40 +
 .../cacheserver_notify_subscription4.xml        |   40 +
 .../cacheserver_notify_subscription5.xml        |  154 +
 .../cacheserver_notify_subscription5N.xml       |  154 +
 .../cacheserver_notify_subscription6.xml        |   62 +
 .../cacheserver_notify_subscriptionBug849.xml   |   50 +
 ...server_notify_subscription_PutAllTimeout.xml |   44 +
 .../cacheserver_pdxinstance_hashcode.xml        |   49 +
 .../cacheserver_pool_client.xml                 |   61 +
 .../integration-test/cacheserver_remoteoql.xml  |   92 +
 .../integration-test/cacheserver_remoteoql2.xml |   92 +
 .../cacheserver_remoteoql2N.xml                 |   92 +
 .../integration-test/cacheserver_remoteoqlN.xml |   92 +
 .../cacheserver_servergroup.xml                 |   35 +
 .../cacheserver_servergroup2.xml                |   35 +
 .../integration-test/cacheserver_with_delta.xml |   57 +
 .../cacheserver_with_deltaAD.xml                |   42 +
 .../cacheserver_with_delta_test_impl.xml        |   39 +
 cppcache/integration-test/client_Loader.xml     |   36 +
 .../client_generics_plugins.xml                 |   60 +
 cppcache/integration-test/client_pdx.xml        |   48 +
 cppcache/integration-test/client_pool.xml       |   50 +
 .../client_server_persistent_transactions.xml   |   31 +
 .../client_server_transactions.xml              |   37 +
 cppcache/integration-test/comparePerf.pl        |  102 +
 cppcache/integration-test/cqqueryfailover.xml   |  108 +
 .../deprecated_xml_instructions.txt             |   72 +
 .../integration-test/func_cacheserver1_pool.xml |   96 +
 .../integration-test/func_cacheserver2_pool.xml |   97 +
 .../integration-test/func_cacheserver3_pool.xml |   89 +
 cppcache/integration-test/fw_dunit.cpp          | 1193 ++++
 cppcache/integration-test/fw_dunit.hpp          |  366 +
 cppcache/integration-test/fw_helper.hpp         |  232 +
 cppcache/integration-test/fw_perf.hpp           |  248 +
 cppcache/integration-test/fw_spawn.hpp          |  129 +
 cppcache/integration-test/gateway1.xml          |   44 +
 cppcache/integration-test/gateway2.xml          |   41 +
 cppcache/integration-test/invalid_cache1.xml    |   34 +
 cppcache/integration-test/invalid_cache2.xml    |   34 +
 cppcache/integration-test/invalid_cache3.xml    |   35 +
 .../integration-test/invalid_cache_pool.xml     |   88 +
 .../integration-test/invalid_cache_pool2.xml    |   89 +
 .../integration-test/invalid_cache_pool3.xml    |   88 +
 .../integration-test/invalid_cache_pool4.xml    |   91 +
 .../integration-test/invalid_overflowAttr1.xml  |   34 +
 .../integration-test/invalid_overflowAttr2.xml  |   39 +
 .../integration-test/invalid_overflowAttr3.xml  |   42 +
 .../keystore/client_keystore.password.pem       |   48 +
 .../keystore/client_keystore.pem                |   45 +
 .../keystore/client_keystore_corrupt.pem        |   45 +
 .../keystore/client_keystore_untrusted.pem      |   30 +
 .../keystore/client_truststore.pem              |   16 +
 cppcache/integration-test/keystore/gemfire.pem  |  176 +
 .../integration-test/keystore/geode1.keystore   |  Bin 0 -> 1536 bytes
 .../integration-test/keystore/geode11.keystore  |  Bin 0 -> 1546 bytes
 .../integration-test/keystore/geode2.keystore   |  Bin 0 -> 1536 bytes
 .../integration-test/keystore/publickeyfile     |  Bin 0 -> 4535 bytes
 .../keystore/server_keystore.jks                |  Bin 0 -> 2102 bytes
 .../keystore/server_truststore.jks              |  Bin 0 -> 1596 bytes
 .../keystore/untrusted_server_keystore.jks      |  Bin 0 -> 10764 bytes
 .../keystore/untrusted_server_truststore.jks    |  Bin 0 -> 1448 bytes
 cppcache/integration-test/locator_globals.hpp   |   29 +
 .../multi_get_function_server.xml               |   47 +
 .../integration-test/regionquery_diffconfig.xml |   93 +
 .../regionquery_diffconfig2.xml                 |   93 +
 .../regionquery_diffconfig2N.xml                |   93 +
 .../regionquery_diffconfig2_SG.xml              |   95 +
 .../regionquery_diffconfigN.xml                 |   93 +
 .../regionquery_diffconfig_SG.xml               |   95 +
 cppcache/integration-test/remotequery.xml       |  111 +
 cppcache/integration-test/remotequery2.xml      |  111 +
 cppcache/integration-test/remotequeryN.xml      |  108 +
 .../integration-test/serverDurableClient.xml    |   33 +
 cppcache/integration-test/system.properties     |   38 +
 cppcache/integration-test/test.bat.in           |   59 +
 cppcache/integration-test/test.sh.in            |   64 +
 .../integration-test/testAttributesFactory.cpp  |  101 +
 .../integration-test/testAttributesMutator.cpp  |   82 +
 cppcache/integration-test/testCache.cpp         |  188 +
 cppcache/integration-test/testCacheless.cpp     |  286 +
 cppcache/integration-test/testConnect.cpp       |   49 +
 .../testCreateAndDestroyPool.cpp                |   74 +
 cppcache/integration-test/testDataOutput.cpp    |  302 +
 cppcache/integration-test/testDunit.cpp         |   85 +
 cppcache/integration-test/testExpiration.cpp    |  408 ++
 cppcache/integration-test/testFWHelper.cpp      |   36 +
 cppcache/integration-test/testFwPerf.cpp        |   66 +
 cppcache/integration-test/testLRUList.cpp       |  194 +
 cppcache/integration-test/testLinkage.cpp       |   95 +
 cppcache/integration-test/testLogger.cpp        |  335 +
 .../testOverflowPutGetSqLite.cpp                |  721 ++
 .../testRegionAccessThreadSafe.cpp              |  142 +
 cppcache/integration-test/testRegionMap.cpp     |  222 +
 .../integration-test/testRegionTemplateArgs.cpp | 1153 +++
 cppcache/integration-test/testSerialization.cpp |  220 +
 cppcache/integration-test/testSpinLock.cpp      |  157 +
 .../integration-test/testSystemProperties.cpp   |  162 +
 .../testThinClientAfterRegionLive.cpp           |  239 +
 .../integration-test/testThinClientBigValue.cpp |  406 ++
 .../testThinClientCacheableStringArray.cpp      |  176 +
 .../testThinClientCacheables.cpp                |  306 +
 .../testThinClientCacheablesLimits.cpp          |  206 +
 .../testThinClientCallbackArg.cpp               |   21 +
 .../testThinClientClearRegion.cpp               |  162 +
 .../testThinClientConflation.cpp                |  300 +
 .../testThinClientContainsKeyOnServer.cpp       |   98 +
 cppcache/integration-test/testThinClientCq.cpp  | 1267 ++++
 .../integration-test/testThinClientCqDelta.cpp  |  313 +
 .../testThinClientCqDurable.cpp                 | 1041 +++
 .../testThinClientCqFailover.cpp                |  457 ++
 .../testThinClientCqHAFailover.cpp              |  490 ++
 .../integration-test/testThinClientCqIR.cpp     |  359 +
 .../testThinClientDeltaWithNotification.cpp     |  396 ++
 .../testThinClientDisconnectionListioner.cpp    |   96 +
 .../integration-test/testThinClientDistOps2.cpp |   42 +
 ...stThinClientDistOpsDontUpdateLocatorList.cpp |   21 +
 .../testThinClientDistOpsNotSticky.cpp          |   21 +
 .../testThinClientDistOpsSticky.cpp             |   21 +
 .../testThinClientDistOpsUpdateLocatorList.cpp  |   21 +
 .../testThinClientDurableConnect.cpp            |   26 +
 .../testThinClientDurableCrashNormal.cpp        |   56 +
 .../testThinClientDurableCrashTimeout.cpp       |   55 +
 .../testThinClientDurableDisconnectNormal.cpp   |   53 +
 .../testThinClientDurableDisconnectTimeout.cpp  |   53 +
 ...tDurableFailoverClientClosedNoRedundancy.cpp |   22 +
 ...entDurableFailoverClientClosedRedundancy.cpp |   22 +
 ...DurableFailoverClientNotClosedRedundancy.cpp |   22 +
 .../testThinClientDurableInterest.cpp           |   44 +
 ...estThinClientDurableKeepAliveFalseNormal.cpp |   55 +
 ...stThinClientDurableKeepAliveFalseTimeout.cpp |   55 +
 ...testThinClientDurableKeepAliveTrueNormal.cpp |   55 +
 ...estThinClientDurableKeepAliveTrueTimeout.cpp |   55 +
 .../testThinClientDurableReconnect.cpp          |   22 +
 .../testThinClientExecuteFunctionPrSHOP.cpp     |  647 ++
 .../integration-test/testThinClientFailover.cpp |   25 +
 .../testThinClientFailover2.cpp                 |   21 +
 .../testThinClientFailover3.cpp                 |   41 +
 .../testThinClientFailoverInterest.cpp          |   21 +
 .../testThinClientFailoverInterest2.cpp         |   21 +
 ...stThinClientFailoverInterestAllWithCache.cpp |   45 +
 .../testThinClientFailoverRegex.cpp             |   21 +
 .../testThinClientFixedPartitionResolver.cpp    |  555 ++
 .../testThinClientGatewayTest.cpp               |   22 +
 .../testThinClientGetInterests.cpp              |  132 +
 .../testThinClientHADistOps.cpp                 |  577 ++
 .../testThinClientHAEventIDMap.cpp              |  578 ++
 .../testThinClientHAFailover.cpp                |  655 ++
 .../testThinClientHAFailoverRegex.cpp           |  650 ++
 .../testThinClientHAMixedRedundancy.cpp         |  570 ++
 .../testThinClientHAPeriodicAck.cpp             |  577 ++
 .../testThinClientHAQueryFailover.cpp           |  309 +
 .../integration-test/testThinClientHeapLRU.cpp  |  134 +
 .../testThinClientIntResPolKeysInv.cpp          |  462 ++
 .../testThinClientInterest1.cpp                 |   33 +
 .../testThinClientInterest1Cacheless.cpp        |  141 +
 .../testThinClientInterest1_Bug1001.cpp         |  310 +
 .../testThinClientInterest2Pooled.cpp           |   33 +
 .../testThinClientInterest3.cpp                 |   33 +
 .../testThinClientInterest3Cacheless.cpp        |   33 +
 .../testThinClientInterestList.cpp              |   39 +
 .../testThinClientInterestList2.cpp             |   37 +
 .../testThinClientInterestNotify.cpp            |  543 ++
 .../testThinClientLRUExpiration.cpp             | 1263 ++++
 ...testThinClientLargePutAllWithCallBackArg.cpp |   47 +
 .../testThinClientListenerCallbackArgTest.cpp   |  360 +
 .../testThinClientListenerEvents.cpp            |  149 +
 .../testThinClientListenerInit.cpp              |   33 +
 ...ThinClientListenerWriterWithSubscription.cpp |   37 +
 ...nClientListenerWriterWithoutSubscription.cpp |   53 +
 .../testThinClientLocalCacheLoader.cpp          |   22 +
 .../integration-test/testThinClientLocator.cpp  |  132 +
 .../testThinClientLocatorFailover.cpp           |  243 +
 .../integration-test/testThinClientMultiDS.cpp  |  424 ++
 .../testThinClientMultipleCaches.cpp            |   21 +
 .../testThinClientNotification.cpp              |   22 +
 ...nClientNotificationWithDeltaWithoutcache.cpp |  254 +
 .../testThinClientPRPutAllFailover.cpp          |  615 ++
 .../testThinClientPRSingleHop.cpp               | 1341 ++++
 .../testThinClientPRSingleHopServerGroup.cpp    |  681 ++
 .../testThinClientPartitionResolver.cpp         |  172 +
 .../testThinClientPdxDeltaWithNotification.cpp  |  393 ++
 .../integration-test/testThinClientPdxEnum.cpp  |  171 +
 .../testThinClientPdxInstance.cpp               | 2810 ++++++++
 .../testThinClientPdxSerializer.cpp             |   41 +
 .../testThinClientPdxSerializerForJava.cpp      |   36 +
 .../integration-test/testThinClientPdxTests.cpp | 4284 +++++++++++
 .../testThinClientPoolAttrTest.cpp              |  356 +
 .../testThinClientPoolExecuteFunction.cpp       | 1259 ++++
 ...ExecuteFunctionDisableChunkHandlerThread.cpp |  425 ++
 .../testThinClientPoolExecuteFunctionPrSHOP.cpp | 1196 ++++
 ...ClientPoolExecuteFunctionThrowsException.cpp |  353 +
 .../testThinClientPoolExecuteHAFunction.cpp     |  490 ++
 ...estThinClientPoolExecuteHAFunctionPrSHOP.cpp |  447 ++
 .../testThinClientPoolLocator.cpp               |  239 +
 .../testThinClientPoolRedundancy.cpp            |  365 +
 .../testThinClientPoolRegInterest.cpp           |  107 +
 .../testThinClientPoolServer.cpp                |  200 +
 .../integration-test/testThinClientPutAll.cpp   |   30 +
 .../testThinClientPutAllPRSingleHop.cpp         |  436 ++
 .../testThinClientPutAllTimeout.cpp             |   33 +
 ...ientPutAllWithCallBackArgWithConcurrency.cpp |   35 +
 ...tPutAllWithCallBackArgWithoutConcurrency.cpp |   35 +
 .../testThinClientPutGetAll.cpp                 |   22 +
 .../testThinClientPutWithDelta.cpp              |  233 +
 .../testThinClientRIwithlocalRegionDestroy.cpp  |   33 +
 .../integration-test/testThinClientRegex.cpp    |   41 +
 .../integration-test/testThinClientRegex2.cpp   |   41 +
 .../integration-test/testThinClientRegex3.cpp   |   36 +
 ...nClientRegionQueryDifferentServerConfigs.cpp |  232 +
 .../testThinClientRegionQueryExclusiveness.cpp  |  172 +
 .../testThinClientRemoteQueryFailover.cpp       |  246 +
 .../testThinClientRemoteQueryFailoverPdx.cpp    |  242 +
 .../testThinClientRemoteQueryRS.cpp             |  602 ++
 .../testThinClientRemoteQuerySS.cpp             |  633 ++
 .../testThinClientRemoteQueryTimeout.cpp        |  572 ++
 .../testThinClientRemoteRegionQuery.cpp         |  517 ++
 .../testThinClientRemoveAll.cpp                 |   37 +
 .../testThinClientRemoveAllLocal.cpp            |   27 +
 .../testThinClientRemoveAllSequence.cpp         |   32 +
 .../testThinClientRemoveOps.cpp                 | 1742 +++++
 cppcache/integration-test/testThinClientSSL.cpp |   22 +
 .../testThinClientSSLAuthCorrupt.cpp            |  190 +
 .../testThinClientSSLAuthFail.cpp               |  190 +
 .../testThinClientSSLAuthUntrusted.cpp          |  191 +
 .../testThinClientSSLWithPassword.cpp           |   22 +
 .../testThinClientSSLWithSecurityAuthz.cpp      |  628 ++
 .../testThinClientSecurityAuthentication.cpp    |  499 ++
 .../testThinClientSecurityAuthenticationMU.cpp  |  550 ++
 .../testThinClientSecurityAuthorization.cpp     |  717 ++
 .../testThinClientSecurityAuthorizationMU.cpp   | 1084 +++
 .../testThinClientSecurityCQAuthorization.cpp   |  596 ++
 .../testThinClientSecurityCQAuthorizationMU.cpp |  545 ++
 .../testThinClientSecurityDH.cpp                |  473 ++
 .../testThinClientSecurityDH_MU.cpp             |  505 ++
 ...inClientSecurityDurableCQAuthorizationMU.cpp |  669 ++
 .../testThinClientSecurityMultiUserTest.cpp     |  465 ++
 .../testThinClientSecurityPostAuthorization.cpp |  387 +
 .../testThinClientStatistics.cpp                |  548 ++
 .../testThinClientTXFailover.cpp                |   25 +
 .../testThinClientTicket303.cpp                 |  122 +
 .../testThinClientTicket304.cpp                 |  211 +
 .../testThinClientTicket317.cpp                 |  133 +
 .../integration-test/testThinClientTracking.cpp |  270 +
 .../testThinClientTransactionsWithSticky.cpp    |   50 +
 .../testThinClientTransactionsWithoutSticky.cpp |   50 +
 .../testThinClientTransactionsXA.cpp            |   34 +
 .../testThinClientVersionedOps.cpp              |   50 +
 ...hinClientVersionedOpsPartitionPersistent.cpp |   44 +
 .../testThinClientVersionedOpsReplicate.cpp     |   44 +
 ...hinClientVersionedOpsReplicatePersistent.cpp |   44 +
 .../testThinClientWriterException.cpp           |  252 +
 .../integration-test/testTimedSemaphore.cpp     |  142 +
 cppcache/integration-test/testUtils.hpp         |  184 +
 .../testXmlCacheCreationWithOverFlow.cpp        |  324 +
 .../testXmlCacheCreationWithPools.cpp           |  579 ++
 .../testXmlCacheCreationWithRefid.cpp           |  262 +
 cppcache/integration-test/valid_cache.xml       |   86 +
 cppcache/integration-test/valid_cache_pool.xml  |   91 +
 cppcache/integration-test/valid_cache_refid.xml |   83 +
 .../valid_cache_region_refid.xml                |   81 +
 .../valid_declarative_cache_creation.xml        |   36 +
 .../integration-test/valid_lruExpiration.xml    |  266 +
 .../integration-test/valid_overflowAttr.xml     |  124 +
 cppcache/src/AdminRegion.cpp                    |  148 +
 cppcache/src/AdminRegion.hpp                    |   83 +
 cppcache/src/AppDomainContext.cpp               |   29 +
 cppcache/src/AppDomainContext.hpp               |   42 +
 cppcache/src/Assert.cpp                         |   35 +
 cppcache/src/AttributesFactory.cpp              |  204 +
 cppcache/src/AttributesMutator.cpp              |  165 +
 cppcache/src/AutoDelete.hpp                     |   73 +
 cppcache/src/BucketServerLocation.hpp           |  194 +
 cppcache/src/CMakeLists.txt                     |  145 +
 cppcache/src/Cache.cpp                          |  270 +
 cppcache/src/CacheAttributes.cpp                |   76 +
 cppcache/src/CacheConfig.cpp                    |  141 +
 cppcache/src/CacheConfig.hpp                    |   82 +
 cppcache/src/CacheFactory.cpp                   |  183 +
 cppcache/src/CacheImpl.cpp                      |  806 +++
 cppcache/src/CacheImpl.hpp                      |  354 +
 cppcache/src/CacheListener.cpp                  |   52 +
 cppcache/src/CacheLoader.cpp                    |   29 +
 cppcache/src/CachePerfStats.hpp                 |  364 +
 cppcache/src/CacheRegionHelper.cpp              |   48 +
 cppcache/src/CacheRegionHelper.hpp              |   47 +
 cppcache/src/CacheStatistics.cpp                |   43 +
 cppcache/src/CacheTransactionManager.cpp        |   27 +
 cppcache/src/CacheTransactionManagerImpl.cpp    |  685 ++
 cppcache/src/CacheTransactionManagerImpl.hpp    |   94 +
 cppcache/src/CacheWriter.cpp                    |   43 +
 cppcache/src/CacheXml.cpp                       |  186 +
 cppcache/src/CacheXml.hpp                       |  220 +
 cppcache/src/CacheXmlCreation.cpp               |   63 +
 cppcache/src/CacheXmlCreation.hpp               |   99 +
 cppcache/src/CacheXmlParser.cpp                 | 1687 +++++
 cppcache/src/CacheXmlParser.hpp                 |  161 +
 cppcache/src/CacheableBuiltins.cpp              |   61 +
 cppcache/src/CacheableDate.cpp                  |  133 +
 cppcache/src/CacheableEnum.cpp                  |  111 +
 cppcache/src/CacheableFileName.cpp              |   72 +
 cppcache/src/CacheableKey.cpp                   |   35 +
 cppcache/src/CacheableObjectArray.cpp           |   73 +
 cppcache/src/CacheableObjectPartList.cpp        |  140 +
 cppcache/src/CacheableObjectPartList.hpp        |  160 +
 cppcache/src/CacheableString.cpp                |  337 +
 cppcache/src/CacheableToken.cpp                 |   84 +
 cppcache/src/CacheableToken.hpp                 |  133 +
 cppcache/src/CacheableUndefined.cpp             |   44 +
 cppcache/src/CachedDeserializableHelper.hpp     |  106 +
 cppcache/src/ClientConnectionRequest.cpp        |   48 +
 cppcache/src/ClientConnectionRequest.hpp        |   72 +
 cppcache/src/ClientConnectionResponse.cpp       |   36 +
 cppcache/src/ClientConnectionResponse.hpp       |   55 +
 cppcache/src/ClientHealthStats.cpp              |   87 +
 cppcache/src/ClientHealthStats.hpp              |   95 +
 cppcache/src/ClientMetadata.cpp                 |  391 ++
 cppcache/src/ClientMetadata.hpp                 |  112 +
 cppcache/src/ClientMetadataService.cpp          |  887 +++
 cppcache/src/ClientMetadataService.hpp          |  238 +
 cppcache/src/ClientProxyMembershipID.cpp        |  404 ++
 cppcache/src/ClientProxyMembershipID.hpp        |  135 +
 cppcache/src/ClientProxyMembershipIDFactory.cpp |   44 +
 cppcache/src/ClientProxyMembershipIDFactory.hpp |   49 +
 cppcache/src/ClientReplacementRequest.cpp       |   33 +
 cppcache/src/ClientReplacementRequest.hpp       |   50 +
 cppcache/src/ConcurrentEntriesMap.cpp           |  241 +
 cppcache/src/ConcurrentEntriesMap.hpp           |  175 +
 cppcache/src/Condition.cpp                      |   49 +
 cppcache/src/Condition.hpp                      |   80 +
 cppcache/src/ConnectCounter.cpp                 |   29 +
 cppcache/src/ConnectCounter.hpp                 |   42 +
 cppcache/src/Connector.hpp                      |  111 +
 cppcache/src/CppCacheLibrary.cpp                |  193 +
 cppcache/src/CppCacheLibrary.hpp                |   57 +
 cppcache/src/CqAttributesFactory.cpp            |   51 +
 cppcache/src/CqAttributesImpl.cpp               |   82 +
 cppcache/src/CqAttributesImpl.hpp               |   76 +
 cppcache/src/CqAttributesMutatorImpl.cpp        |   37 +
 cppcache/src/CqAttributesMutatorImpl.hpp        |   85 +
 cppcache/src/CqEventImpl.cpp                    |  105 +
 cppcache/src/CqEventImpl.hpp                    |  108 +
 cppcache/src/CqListener.cpp                     |   24 +
 cppcache/src/CqQueryImpl.cpp                    |  598 ++
 cppcache/src/CqQueryImpl.hpp                    |  282 +
 cppcache/src/CqQueryVsdStats.cpp                |   88 +
 cppcache/src/CqQueryVsdStats.hpp                |   88 +
 cppcache/src/CqService.cpp                      |  616 ++
 cppcache/src/CqService.hpp                      |  260 +
 cppcache/src/CqServiceVsdStats.cpp              |   88 +
 cppcache/src/CqServiceVsdStats.hpp              |  123 +
 cppcache/src/CqState.cpp                        |   41 +
 cppcache/src/CqStatusListener.cpp               |   28 +
 cppcache/src/DSMemberForVersionStamp.hpp        |   49 +
 cppcache/src/DataInput.cpp                      |   39 +
 cppcache/src/DataInputInternal.hpp              |   43 +
 cppcache/src/DataOutput.cpp                     |  138 +
 cppcache/src/DataOutputInternal.hpp             |   44 +
 cppcache/src/Delta.cpp                          |   39 +
 cppcache/src/DiffieHellman.cpp                  |  186 +
 cppcache/src/DiffieHellman.hpp                  |  107 +
 cppcache/src/DiskPolicyType.cpp                 |   40 +
 cppcache/src/DiskStoreId.cpp                    |   45 +
 cppcache/src/DiskStoreId.hpp                    |  108 +
 cppcache/src/DiskVersionTag.hpp                 |   84 +
 cppcache/src/DistributedSystem.cpp              |  285 +
 cppcache/src/DistributedSystemImpl.cpp          |  112 +
 cppcache/src/DistributedSystemImpl.hpp          |  144 +
 cppcache/src/EntriesMap.hpp                     |  183 +
 cppcache/src/EntriesMapFactory.cpp              |   95 +
 cppcache/src/EntriesMapFactory.hpp              |   48 +
 cppcache/src/EntryEvent.cpp                     |   44 +
 cppcache/src/EntryExpiryHandler.cpp             |  152 +
 cppcache/src/EntryExpiryHandler.hpp             |   80 +
 cppcache/src/EnumInfo.cpp                       |   84 +
 cppcache/src/EnumInfo.hpp                       |   69 +
 cppcache/src/EventId.cpp                        |  187 +
 cppcache/src/EventId.hpp                        |  156 +
 cppcache/src/EventIdMap.cpp                     |  200 +
 cppcache/src/EventIdMap.hpp                     |  172 +
 cppcache/src/EventSource.cpp                    |   87 +
 cppcache/src/EventSource.hpp                    |  116 +
 cppcache/src/EventType.hpp                      |   49 +
 cppcache/src/EvictionController.cpp             |  170 +
 cppcache/src/EvictionController.hpp             |  124 +
 cppcache/src/EvictionThread.cpp                 |   50 +
 cppcache/src/EvictionThread.hpp                 |   72 +
 cppcache/src/Exception.cpp                      |  156 +
 cppcache/src/ExceptionTypes.cpp                 |  348 +
 cppcache/src/ExecutionImpl.cpp                  |  559 ++
 cppcache/src/ExecutionImpl.hpp                  |  116 +
 cppcache/src/ExpMapEntry.cpp                    |   38 +
 cppcache/src/ExpMapEntry.hpp                    |  100 +
 cppcache/src/ExpirationAction.cpp               |   49 +
 cppcache/src/ExpirationAttributes.cpp           |   34 +
 cppcache/src/ExpiryHandler_T.hpp                |   75 +
 cppcache/src/ExpiryTaskManager.cpp              |  117 +
 cppcache/src/ExpiryTaskManager.hpp              |  278 +
 cppcache/src/FairQueue.hpp                      |  179 +
 cppcache/src/FarSideEntryOp.cpp                 |  238 +
 cppcache/src/FarSideEntryOp.hpp                 |  129 +
 cppcache/src/FixedPartitionAttributesImpl.hpp   |  128 +
 cppcache/src/FunctionService.cpp                |  154 +
 cppcache/src/FunctionServiceImpl.cpp            |   31 +
 cppcache/src/FunctionServiceImpl.hpp            |   71 +
 cppcache/src/GatewayEventCallbackArgument.hpp   |   72 +
 .../src/GatewaySenderEventCallbackArgument.hpp  |   76 +
 cppcache/src/GeodeTypeIdsImpl.hpp               |   85 +
 cppcache/src/GetAllServersRequest.cpp           |   29 +
 cppcache/src/GetAllServersRequest.hpp           |   56 +
 cppcache/src/GetAllServersResponse.cpp          |   39 +
 cppcache/src/GetAllServersResponse.hpp          |   58 +
 cppcache/src/IntQueue.hpp                       |  123 +
 cppcache/src/InterestResultPolicy.cpp           |   25 +
 cppcache/src/InterestResultPolicy.hpp           |   55 +
 .../src/InternalCacheTransactionManager2PC.cpp  |   27 +
 .../InternalCacheTransactionManager2PCImpl.cpp  |  217 +
 .../InternalCacheTransactionManager2PCImpl.hpp  |   59 +
 cppcache/src/InternalDataView.cpp               |   39 +
 cppcache/src/InternalDataView.hpp               |   42 +
 cppcache/src/LRUAction.cpp                      |  117 +
 cppcache/src/LRUAction.hpp                      |  185 +
 cppcache/src/LRUEntriesMap.cpp                  |  516 ++
 cppcache/src/LRUEntriesMap.hpp                  |  143 +
 cppcache/src/LRUExpMapEntry.cpp                 |   38 +
 cppcache/src/LRUExpMapEntry.hpp                 |  104 +
 cppcache/src/LRUList.cpp                        |  136 +
 cppcache/src/LRUList.hpp                        |  158 +
 cppcache/src/LRULocalDestroyAction.cpp          |   36 +
 cppcache/src/LRULocalDestroyAction.hpp          |   58 +
 cppcache/src/LRUMapEntry.cpp                    |   37 +
 cppcache/src/LRUMapEntry.hpp                    |  125 +
 cppcache/src/LocalRegion.cpp                    | 3178 +++++++++
 cppcache/src/LocalRegion.hpp                    |  511 ++
 cppcache/src/LocatorListRequest.cpp             |   35 +
 cppcache/src/LocatorListRequest.hpp             |   46 +
 cppcache/src/LocatorListResponse.cpp            |   46 +
 cppcache/src/LocatorListResponse.hpp            |   55 +
 cppcache/src/Log.cpp                            |  846 +++
 cppcache/src/MapEntry.cpp                       |   39 +
 cppcache/src/MapEntry.hpp                       |  292 +
 cppcache/src/MapEntryT.hpp                      |  307 +
 cppcache/src/MapSegment.cpp                     |  776 ++
 cppcache/src/MapSegment.hpp                     |  315 +
 cppcache/src/MapWithLock.hpp                    |   63 +
 cppcache/src/MemberListForVersionStamp.cpp      |   54 +
 cppcache/src/MemberListForVersionStamp.hpp      |   65 +
 cppcache/src/NoResult.hpp                       |   69 +
 cppcache/src/NonCopyable.hpp                    |   46 +
 cppcache/src/PartitionResolver.cpp              |   31 +
 cppcache/src/PdxEnumInstantiator.cpp            |   54 +
 cppcache/src/PdxEnumInstantiator.hpp            |   57 +
 cppcache/src/PdxFieldType.cpp                   |  169 +
 cppcache/src/PdxFieldType.hpp                   |  111 +
 cppcache/src/PdxHelper.cpp                      |  442 ++
 cppcache/src/PdxHelper.hpp                      |   90 +
 cppcache/src/PdxInstanceFactoryImpl.cpp         |  417 ++
 cppcache/src/PdxInstanceFactoryImpl.hpp         |  469 ++
 cppcache/src/PdxInstanceImpl.cpp                | 2593 +++++++
 cppcache/src/PdxInstanceImpl.hpp                | 1193 ++++
 cppcache/src/PdxInstantiator.cpp                |   58 +
 cppcache/src/PdxInstantiator.hpp                |   54 +
 cppcache/src/PdxLocalReader.cpp                 |  387 +
 cppcache/src/PdxLocalReader.hpp                 |  227 +
 cppcache/src/PdxLocalWriter.cpp                 |  489 ++
 cppcache/src/PdxLocalWriter.hpp                 |  349 +
 cppcache/src/PdxReaderWithTypeCollector.cpp     |  642 ++
 cppcache/src/PdxReaderWithTypeCollector.hpp     |  182 +
 cppcache/src/PdxRemotePreservedData.hpp         |  117 +
 cppcache/src/PdxRemoteReader.cpp                | 1062 +++
 cppcache/src/PdxRemoteReader.hpp                |  218 +
 cppcache/src/PdxRemoteWriter.cpp                |  318 +
 cppcache/src/PdxRemoteWriter.hpp                |  242 +
 cppcache/src/PdxSerializable.cpp                |   66 +
 cppcache/src/PdxType.cpp                        |  604 ++
 cppcache/src/PdxType.hpp                        |  204 +
 cppcache/src/PdxTypeRegistry.cpp                |  284 +
 cppcache/src/PdxTypeRegistry.hpp                |  145 +
 cppcache/src/PdxTypes.hpp                       |   46 +
 cppcache/src/PdxWrapper.cpp                     |  176 +
 cppcache/src/PdxWriterWithTypeCollector.cpp     |  335 +
 cppcache/src/PdxWriterWithTypeCollector.hpp     |  231 +
 cppcache/src/PersistenceManager.cpp             |   29 +
 cppcache/src/Pool.cpp                           |  117 +
 cppcache/src/PoolAttributes.cpp                 |  148 +
 cppcache/src/PoolAttributes.hpp                 |  165 +
 cppcache/src/PoolFactory.cpp                    |  204 +
 cppcache/src/PoolManager.cpp                    |  129 +
 cppcache/src/PoolStatistics.cpp                 |  205 +
 cppcache/src/PoolStatistics.hpp                 |  177 +
 cppcache/src/PoolXmlCreation.cpp                |   48 +
 cppcache/src/PoolXmlCreation.hpp                |   91 +
 cppcache/src/PreservedDataExpiryHandler.cpp     |   65 +
 cppcache/src/PreservedDataExpiryHandler.hpp     |   80 +
 cppcache/src/Properties.cpp                     |  340 +
 cppcache/src/ProxyCache.cpp                     |  178 +
 cppcache/src/ProxyCache.hpp                     |  144 +
 cppcache/src/ProxyRegion.cpp                    |   29 +
 cppcache/src/ProxyRegion.hpp                    | 1524 ++++
 cppcache/src/ProxyRemoteQueryService.cpp        |  200 +
 cppcache/src/ProxyRemoteQueryService.hpp        |   76 +
 cppcache/src/PutAllPartialResult.cpp            |   68 +
 cppcache/src/PutAllPartialResult.hpp            |  140 +
 .../src/PutAllPartialResultServerException.cpp  |  103 +
 .../src/PutAllPartialResultServerException.hpp  |  148 +
 cppcache/src/Queue.hpp                          |  171 +
 cppcache/src/QueueConnectionRequest.cpp         |   68 +
 cppcache/src/QueueConnectionRequest.hpp         |   67 +
 cppcache/src/QueueConnectionResponse.cpp        |   44 +
 cppcache/src/QueueConnectionResponse.hpp        |   56 +
 cppcache/src/ReadWriteLock.cpp                  |   83 +
 cppcache/src/ReadWriteLock.hpp                  |   95 +
 cppcache/src/Region.cpp                         |   27 +
 cppcache/src/RegionAttributes.cpp               |  750 ++
 cppcache/src/RegionCommit.cpp                   |   70 +
 cppcache/src/RegionCommit.hpp                   |   66 +
 cppcache/src/RegionConfig.cpp                   |   67 +
 cppcache/src/RegionConfig.hpp                   |   65 +
 cppcache/src/RegionEntry.cpp                    |   48 +
 cppcache/src/RegionEvent.cpp                    |   35 +
 cppcache/src/RegionExpiryHandler.cpp            |  134 +
 cppcache/src/RegionExpiryHandler.hpp            |   75 +
 cppcache/src/RegionFactory.cpp                  |  218 +
 cppcache/src/RegionGlobalLocks.hpp              |   46 +
 cppcache/src/RegionInternal.cpp                 |  259 +
 cppcache/src/RegionInternal.hpp                 |  312 +
 cppcache/src/RegionStats.cpp                    |  206 +
 cppcache/src/RegionStats.hpp                    |  152 +
 cppcache/src/RegionXmlCreation.cpp              |   70 +
 cppcache/src/RegionXmlCreation.hpp              |  134 +
 cppcache/src/RemoteQuery.cpp                    |  203 +
 cppcache/src/RemoteQuery.hpp                    |   88 +
 cppcache/src/RemoteQueryService.cpp             |  306 +
 cppcache/src/RemoteQueryService.hpp             |   97 +
 cppcache/src/ResultCollector.cpp                |   44 +
 cppcache/src/ResultSetImpl.cpp                  |   56 +
 cppcache/src/ResultSetImpl.hpp                  |   69 +
 cppcache/src/SelectResultsIterator.cpp          |   60 +
 cppcache/src/Serializable.cpp                   |   51 +
 cppcache/src/SerializationRegistry.cpp          |  459 ++
 cppcache/src/SerializationRegistry.hpp          |  224 +
 cppcache/src/ServerLocation.cpp                 |   33 +
 cppcache/src/ServerLocation.hpp                 |  180 +
 cppcache/src/ServerLocationRequest.cpp          |   29 +
 cppcache/src/ServerLocationRequest.hpp          |   41 +
 cppcache/src/ServerLocationResponse.hpp         |   46 +
 cppcache/src/Set.hpp                            |  131 +
 cppcache/src/SslSockStream.cpp                  |  123 +
 cppcache/src/SslSockStream.hpp                  |   96 +
 cppcache/src/StackFrame.cpp                     |   43 +
 cppcache/src/StackFrame.hpp                     |  150 +
 cppcache/src/StackTrace.cpp                     |  205 +
 cppcache/src/StackTrace.hpp                     |   69 +
 cppcache/src/Struct.cpp                         |  155 +
 cppcache/src/StructSetImpl.cpp                  |   95 +
 cppcache/src/StructSetImpl.hpp                  |   81 +
 cppcache/src/SuspendedTxExpiryHandler.cpp       |   54 +
 cppcache/src/SuspendedTxExpiryHandler.hpp       |   70 +
 cppcache/src/SystemProperties.cpp               |  950 +++
 cppcache/src/TSSTXStateWrapper.cpp              |   42 +
 cppcache/src/TSSTXStateWrapper.hpp              |   55 +
 cppcache/src/TXCleaner.cpp                      |   59 +
 cppcache/src/TXCleaner.hpp                      |   57 +
 cppcache/src/TXCommitMessage.cpp                |  174 +
 cppcache/src/TXCommitMessage.hpp                |   57 +
 cppcache/src/TXEntryState.cpp                   |  375 +
 cppcache/src/TXEntryState.hpp                   |   90 +
 cppcache/src/TXId.cpp                           |   39 +
 cppcache/src/TXId.hpp                           |   57 +
 cppcache/src/TXState.cpp                        |  140 +
 cppcache/src/TXState.hpp                        |  104 +
 cppcache/src/TableOfPrimes.hpp                  |   94 +
 cppcache/src/Task.hpp                           |   86 +
 cppcache/src/TcpConn.cpp                        |  369 +
 cppcache/src/TcpConn.hpp                        |  141 +
 cppcache/src/TcpSslConn.cpp                     |  213 +
 cppcache/src/TcpSslConn.hpp                     |  101 +
 cppcache/src/TcrChunkedContext.hpp              |  194 +
 cppcache/src/TcrConnection.cpp                  | 1590 +++++
 cppcache/src/TcrConnection.hpp                  |  419 ++
 cppcache/src/TcrConnectionManager.cpp           |  611 ++
 cppcache/src/TcrConnectionManager.hpp           |  218 +
 cppcache/src/TcrDistributionManager.cpp         |   60 +
 cppcache/src/TcrDistributionManager.hpp         |   60 +
 cppcache/src/TcrEndpoint.cpp                    | 1359 ++++
 cppcache/src/TcrEndpoint.hpp                    |  268 +
 cppcache/src/TcrHADistributionManager.cpp       |   97 +
 cppcache/src/TcrHADistributionManager.hpp       |  100 +
 cppcache/src/TcrMessage.cpp                     | 3077 ++++++++
 cppcache/src/TcrMessage.hpp                     | 1376 ++++
 cppcache/src/TcrPoolEndPoint.cpp                |  145 +
 cppcache/src/TcrPoolEndPoint.hpp                |   67 +
 cppcache/src/ThinClientBaseDM.cpp               |  335 +
 cppcache/src/ThinClientBaseDM.hpp               |  207 +
 .../src/ThinClientCacheDistributionManager.cpp  |  199 +
 .../src/ThinClientCacheDistributionManager.hpp  |   68 +
 cppcache/src/ThinClientDistributionManager.cpp  |  427 ++
 cppcache/src/ThinClientDistributionManager.hpp  |   82 +
 cppcache/src/ThinClientHARegion.cpp             |  188 +
 cppcache/src/ThinClientHARegion.hpp             |   91 +
 cppcache/src/ThinClientLocatorHelper.cpp        |  469 ++
 cppcache/src/ThinClientLocatorHelper.hpp        |   74 +
 cppcache/src/ThinClientPoolDM.cpp               | 2406 +++++++
 cppcache/src/ThinClientPoolDM.hpp               |  628 ++
 cppcache/src/ThinClientPoolHADM.cpp             |  287 +
 cppcache/src/ThinClientPoolHADM.hpp             |  152 +
 cppcache/src/ThinClientPoolRegion.cpp           |   62 +
 cppcache/src/ThinClientPoolRegion.hpp           |   58 +
 cppcache/src/ThinClientPoolStickyDM.cpp         |  148 +
 cppcache/src/ThinClientPoolStickyDM.hpp         |   60 +
 cppcache/src/ThinClientPoolStickyHADM.hpp       |   41 +
 cppcache/src/ThinClientRedundancyManager.cpp    | 1317 ++++
 cppcache/src/ThinClientRedundancyManager.hpp    |  150 +
 cppcache/src/ThinClientRegion.cpp               | 4069 +++++++++++
 cppcache/src/ThinClientRegion.hpp               |  645 ++
 cppcache/src/ThinClientStickyManager.cpp        |  218 +
 cppcache/src/ThinClientStickyManager.hpp        |   63 +
 cppcache/src/ThreadPool.cpp                     |  145 +
 cppcache/src/ThreadPool.hpp                     |  152 +
 cppcache/src/TimeoutTimer.hpp                   |   73 +
 cppcache/src/TombstoneExpiryHandler.cpp         |   93 +
 cppcache/src/TombstoneExpiryHandler.hpp         |   79 +
 cppcache/src/TombstoneList.cpp                  |  174 +
 cppcache/src/TombstoneList.hpp                  |  113 +
 cppcache/src/TrackedMapEntry.cpp                |   48 +
 cppcache/src/TrackedMapEntry.hpp                |   84 +
 cppcache/src/TransactionId.cpp                  |   39 +
 cppcache/src/TransactionSuspender.cpp           |   42 +
 cppcache/src/TransactionSuspender.hpp           |   47 +
 cppcache/src/TransactionalOperation.cpp         |  135 +
 cppcache/src/TransactionalOperation.hpp         |   75 +
 cppcache/src/TssConnectionWrapper.cpp           |  137 +
 cppcache/src/TssConnectionWrapper.hpp           |   80 +
 cppcache/src/TypeRegistry.cpp                   |   44 +
 cppcache/src/UserAttributes.cpp                 |  155 +
 cppcache/src/UserAttributes.hpp                 |  158 +
 cppcache/src/UserFunctionExecutionException.cpp |   55 +
 cppcache/src/Utils.cpp                          |  230 +
 cppcache/src/Utils.hpp                          |  212 +
 cppcache/src/Version.cpp                        |   27 +
 cppcache/src/Version.hpp                        |   43 +
 cppcache/src/VersionStamp.cpp                   |  235 +
 cppcache/src/VersionStamp.hpp                   |   92 +
 cppcache/src/VersionTag.cpp                     |  106 +
 cppcache/src/VersionTag.hpp                     |   95 +
 .../src/VersionedCacheableObjectPartList.cpp    |  336 +
 .../src/VersionedCacheableObjectPartList.hpp    |  306 +
 cppcache/src/apache-geode.rc                    |   48 +
 cppcache/src/config.h.in                        |   37 +
 cppcache/src/dllmain.cpp                        |  102 +
 cppcache/src/geodeBanner.cpp                    |   26 +
 cppcache/src/geodeBanner.hpp                    |   35 +
 .../src/statistics/AtomicStatisticsImpl.cpp     |  544 ++
 .../src/statistics/AtomicStatisticsImpl.hpp     |  237 +
 .../src/statistics/GeodeStatisticsFactory.cpp   |  246 +
 .../src/statistics/GeodeStatisticsFactory.hpp   |  131 +
 cppcache/src/statistics/HostStatHelper.cpp      |  149 +
 cppcache/src/statistics/HostStatHelper.hpp      |   86 +
 cppcache/src/statistics/HostStatHelperLinux.cpp |  186 +
 cppcache/src/statistics/HostStatHelperLinux.hpp |   55 +
 cppcache/src/statistics/HostStatHelperNull.cpp  |   18 +
 cppcache/src/statistics/HostStatHelperNull.hpp  |   40 +
 .../src/statistics/HostStatHelperSolaris.cpp    |  231 +
 .../src/statistics/HostStatHelperSolaris.hpp    |   71 +
 cppcache/src/statistics/HostStatHelperWin.cpp   |  794 +++
 cppcache/src/statistics/HostStatHelperWin.hpp   |  305 +
 cppcache/src/statistics/HostStatSampler.cpp     |  780 ++
 cppcache/src/statistics/HostStatSampler.hpp     |  264 +
 cppcache/src/statistics/LinuxProcessStats.cpp   |  122 +
 cppcache/src/statistics/LinuxProcessStats.hpp   |   89 +
 cppcache/src/statistics/NullProcessStats.cpp    |   42 +
 cppcache/src/statistics/NullProcessStats.hpp    |   60 +
 cppcache/src/statistics/OsStatisticsImpl.cpp    |  533 ++
 cppcache/src/statistics/OsStatisticsImpl.hpp    |  263 +
 cppcache/src/statistics/PoolStatsSampler.cpp    |  140 +
 cppcache/src/statistics/PoolStatsSampler.hpp    |   73 +
 cppcache/src/statistics/ProcessStats.cpp        |   28 +
 cppcache/src/statistics/ProcessStats.hpp        |   83 +
 cppcache/src/statistics/SolarisProcessStats.cpp |  130 +
 cppcache/src/statistics/SolarisProcessStats.hpp |   89 +
 cppcache/src/statistics/StatArchiveWriter.cpp   |  626 ++
 cppcache/src/statistics/StatArchiveWriter.hpp   |  280 +
 cppcache/src/statistics/StatSamplerStats.cpp    |   92 +
 cppcache/src/statistics/StatSamplerStats.hpp    |   61 +
 .../src/statistics/StatisticDescriptorImpl.cpp  |  262 +
 .../src/statistics/StatisticDescriptorImpl.hpp  |  254 +
 cppcache/src/statistics/Statistics.cpp          |  146 +
 cppcache/src/statistics/StatisticsManager.cpp   |  235 +
 cppcache/src/statistics/StatisticsManager.hpp   |  117 +
 cppcache/src/statistics/StatisticsTypeImpl.cpp  |  186 +
 cppcache/src/statistics/StatisticsTypeImpl.hpp  |  105 +
 cppcache/src/statistics/StatsDef.hpp            |   57 +
 cppcache/src/statistics/WindowsProcessStats.cpp |  232 +
 cppcache/src/statistics/WindowsProcessStats.hpp |   94 +
 cppcache/src/util/concurrent/spinlock_mutex.hpp |   51 +
 cppcache/src/version.cmake.in                   |   56 +
 cppcache/src/version.h.in                       |   22 +
 cppcache/test/AutoDeleteTest.cpp                |   55 +
 cppcache/test/ByteArray.cpp                     |  126 +
 cppcache/test/ByteArray.hpp                     |   66 +
 cppcache/test/ByteArrayFixture.cpp              |   59 +
 cppcache/test/ByteArrayFixture.hpp              |   39 +
 cppcache/test/ByteArrayTest.cpp                 |  115 +
 cppcache/test/CMakeLists.txt                    |   66 +
 cppcache/test/CacheXmlParserTest.cpp            |  117 +
 cppcache/test/CacheableKeysTest.cpp             |   84 +
 cppcache/test/CacheableStringEqualityTest.cpp   |  178 +
 .../test/ClientProxyMembershipIDFactoryTest.cpp |   45 +
 cppcache/test/DataInputTest.cpp                 |  923 +++
 cppcache/test/DataOutputTest.cpp                |  340 +
 cppcache/test/DiskPolicyTypeTest.cpp            |   72 +
 cppcache/test/ExpirationActionTest.cpp          |  148 +
 cppcache/test/InterestResultPolicyTest.cpp      |   34 +
 cppcache/test/PdxLocalReaderTest.cpp            |  111 +
 cppcache/test/StructSetTest.cpp                 |   91 +
 cppcache/test/TcrMessage_unittest.cpp           |  707 ++
 cppcache/test/apache-geode_unittests.bat.in     |   26 +
 cppcache/test/apache-geode_unittests.sh.in      |   30 +
 cppcache/test/geodeBannerTest.cpp               |   26 +
 cryptoimpl/CMakeLists.txt                       |   39 +
 cryptoimpl/DHImpl.cpp                           |  729 ++
 cryptoimpl/DHImpl.hpp                           |  100 +
 cryptoimpl/SSLImpl.cpp                          |  131 +
 cryptoimpl/SSLImpl.hpp                          |   62 +
 cryptoimpl/Ssl.hpp                              |   50 +
 defaultSystem/geode.properties                  |   99 +
 dependencies/ACE/CMakeLists.txt                 |  214 +
 dependencies/ACE/config.h.in                    |   24 +
 dependencies/ACE/patches                        |   72 +
 dependencies/CMakeLists.txt                     |  105 +
 dependencies/boost/CMakeLists.txt               |   76 +
 dependencies/doxygen/CMakeLists.txt             |   56 +
 dependencies/gtest/CMakeLists.txt               |   72 +
 dependencies/libxml2/CMakeLists.txt             |   84 +
 dependencies/openssl/CMakeLists.txt             |  135 +
 dependencies/openssl/patches                    |   13 +
 dependencies/sqlite-netFx/CMakeLists.txt        |   40 +
 dependencies/sqlite/CMakeLists.txt              |   63 +
 dependencies/sqlite/CMakeLists.txt.in           |  155 +
 dependencies/xerces-c/CMakeLists.txt            |   88 +
 dhimpl/CMakeLists.txt                           |   26 +
 dhimpl/DHImpl.cpp                               |  618 ++
 dhimpl/DHImpl.hpp                               |   69 +
 docs/api/CMakeLists.txt                         |   33 +
 docs/api/DocIndex.css                           | 1075 +++
 docs/api/c-footer.html                          |   17 +
 docs/api/clicache/CMakeLists.txt                |   29 +
 docs/api/clicache/Doxyfile.in                   |  109 +
 docs/api/clicache/footer.html                   |   17 +
 docs/api/clicache/gemFireDotNETLogo.png         |  Bin 0 -> 9747 bytes
 docs/api/common-Doxyfile                        |   70 +
 docs/api/cppcache/CMakeLists.txt                |   29 +
 docs/api/cppcache/Doxyfile.in                   |  106 +
 docs/api/cppcache/footer.html                   |   17 +
 docs/api/cppcache/gemFireCPPLogo.png            |  Bin 0 -> 8415 bytes
 docs/api/doclet/package-list                    |    1 +
 docs/api/log4j/package-list                     |   17 +
 docs/api/native_delta_propagation.doc           |  Bin 0 -> 51200 bytes
 docs/api/native_delta_propagation_doc.pdf       |  Bin 0 -> 107503 bytes
 docs/api/unix_index.html                        |   60 +
 docs/api/win_index.html                         |   66 +
 executables/GacInstall/AssemblyInfo.cs          |   49 +
 executables/GacInstall/Program.cs               |  149 +
 plugins/SQLiteCLI/AssemblyInfo.cs               |   48 +
 plugins/SQLiteCLI/CMakeLists.txt                |   28 +
 plugins/SQLiteCLI/SQLiteCLI.csproj.in           |  130 +
 plugins/SQLiteCLI/SqLiteImpl.cs                 |  274 +
 quickstart/CPPCacheConfig.cmake                 |   49 +
 quickstart/NativeClientConfig.cmake             |   50 +
 quickstart/XMLs/clientDelta.xml                 |   35 +
 quickstart/XMLs/clientExceptions.xml            |   30 +
 quickstart/XMLs/clientHACache.xml               |   27 +
 quickstart/XMLs/clientInterop.xml               |   27 +
 quickstart/XMLs/clientInteropJava.xml           |   28 +
 quickstart/XMLs/clientLoaderListenerWriter.xml  |   29 +
 quickstart/XMLs/clientPdxAutoSerializer.xml     |   33 +
 quickstart/XMLs/clientPdxInstance.xml           |   33 +
 quickstart/XMLs/clientPdxRemoteQuery.xml        |   33 +
 quickstart/XMLs/clientPdxSerializer.xml         |   33 +
 quickstart/XMLs/clientPoolCqQuery.xml           |   35 +
 quickstart/XMLs/clientPoolRemoteQuery.xml       |   38 +
 quickstart/XMLs/clientRefIDExample.xml          |   43 +
 quickstart/XMLs/clientRegisterInterest.xml      |   32 +
 quickstart/XMLs/clientSecurity.xml              |   33 +
 quickstart/XMLs/serverBasicOperations.xml       |   33 +
 quickstart/XMLs/serverCqQuery.xml               |  177 +
 quickstart/XMLs/serverDataExpiration.xml        |   34 +
 quickstart/XMLs/serverDelta.xml                 |   41 +
 quickstart/XMLs/serverDistributedSystem.xml     |   33 +
 quickstart/XMLs/serverDistributedSystem2.xml    |   33 +
 quickstart/XMLs/serverDurableClient.xml         |   33 +
 quickstart/XMLs/serverExceptions.xml            |   36 +
 quickstart/XMLs/serverExecuteFunctions.xml      |   46 +
 quickstart/XMLs/serverExecuteFunctions2.xml     |   46 +
 quickstart/XMLs/serverHACache.xml               |   37 +
 quickstart/XMLs/serverHACache2.xml              |   37 +
 quickstart/XMLs/serverLoaderListenerWriter.xml  |   34 +
 quickstart/XMLs/serverMultiuserSecurity.xml     |   38 +
 quickstart/XMLs/serverPdxAutoSerializer.xml     |   33 +
 quickstart/XMLs/serverPdxInstance.xml           |   33 +
 quickstart/XMLs/serverPdxRemoteQuery.xml        |   33 +
 quickstart/XMLs/serverPdxSerializer.xml         |   33 +
 quickstart/XMLs/serverPoolCqQuery.xml           |  178 +
 quickstart/XMLs/serverPoolRemoteQuery.xml       |  180 +
 quickstart/XMLs/serverPoolWithEndpoints.xml     |   33 +
 .../XMLs/serverPutAllGetAllOperations.xml       |   33 +
 quickstart/XMLs/serverRefIDExample.xml          |   36 +
 quickstart/XMLs/serverRegisterInterest.xml      |   33 +
 quickstart/XMLs/serverRemoteQuery.xml           |  178 +
 quickstart/XMLs/serverSecurity.xml              |   33 +
 quickstart/XMLs/serverTransactions.xml          |   33 +
 quickstart/XMLs/serverTransactionsXA.xml        |   33 +
 quickstart/cleanup.bat                          |   24 +
 quickstart/cleanup.sh                           |   28 +
 quickstart/cpp/BasicOperations.cpp              |  117 +
 quickstart/cpp/CMakeLists.txt                   |  172 +
 quickstart/cpp/CqQuery.cpp                      |  179 +
 quickstart/cpp/DataExpiration.cpp               |  128 +
 quickstart/cpp/Delta.cpp                        |  109 +
 quickstart/cpp/DistributedSystem.cpp            |  133 +
 quickstart/cpp/DurableClient.cpp                |  156 +
 quickstart/cpp/Exceptions.cpp                   |  139 +
 quickstart/cpp/ExecuteFunctions.cpp             |  191 +
 quickstart/cpp/FindCPPCache.cmake               |   50 +
 quickstart/cpp/HACache.cpp                      |  120 +
 quickstart/cpp/LoaderListenerWriter.cpp         |  115 +
 quickstart/cpp/MultiuserSecurity.cpp            |  200 +
 quickstart/cpp/PdxInstance.cpp                  |  132 +
 quickstart/cpp/PdxRemoteQuery.cpp               |  145 +
 quickstart/cpp/PdxSerializer.cpp                |  249 +
 quickstart/cpp/PoolCqQuery.cpp                  |  191 +
 quickstart/cpp/PoolRemoteQuery.cpp              |  146 +
 quickstart/cpp/PoolWithEndpoints.cpp            |  118 +
 quickstart/cpp/PutAllGetAllOperations.cpp       |   96 +
 quickstart/cpp/RefIDExample.cpp                 |  126 +
 quickstart/cpp/RegisterInterest.cpp             |  131 +
 quickstart/cpp/RemoteQuery.cpp                  |  169 +
 quickstart/cpp/Security.cpp                     |   96 +
 quickstart/cpp/Transactions.cpp                 |  129 +
 quickstart/cpp/TransactionsXA.cpp               |  141 +
 quickstart/cpp/deltaobjects/DeltaExample.hpp    |  162 +
 quickstart/cpp/plugins/DurableCacheListener.cpp |   33 +
 quickstart/cpp/plugins/DurableCacheListener.hpp |   41 +
 quickstart/cpp/plugins/SimpleCacheListener.cpp  |   46 +
 quickstart/cpp/plugins/SimpleCacheListener.hpp  |   44 +
 quickstart/cpp/plugins/SimpleCacheLoader.cpp    |   34 +
 quickstart/cpp/plugins/SimpleCacheLoader.hpp    |   40 +
 quickstart/cpp/plugins/SimpleCacheWriter.cpp    |   50 +
 quickstart/cpp/plugins/SimpleCacheWriter.hpp    |   44 +
 quickstart/cpp/queryobjects/Portfolio.cpp       |  138 +
 quickstart/cpp/queryobjects/Portfolio.hpp       |  130 +
 quickstart/cpp/queryobjects/PortfolioPdx.cpp    |  192 +
 quickstart/cpp/queryobjects/PortfolioPdx.hpp    |  107 +
 .../cpp/queryobjects/PortfolioPdxAuto.cpp       |  140 +
 .../cpp/queryobjects/PortfolioPdxAuto.hpp       |  111 +
 quickstart/cpp/queryobjects/Position.cpp        |  111 +
 quickstart/cpp/queryobjects/Position.hpp        |   99 +
 quickstart/cpp/queryobjects/PositionPdx.cpp     |  177 +
 quickstart/cpp/queryobjects/PositionPdx.hpp     |  104 +
 quickstart/cpp/queryobjects/PositionPdxAuto.cpp |  108 +
 quickstart/cpp/queryobjects/PositionPdxAuto.hpp |  105 +
 quickstart/csharp/BasicOperations.cs            |  127 +
 quickstart/csharp/CMakeLists.txt                |   53 +
 quickstart/csharp/CqQuery.cs                    |  189 +
 quickstart/csharp/DataExpiration.cs             |  122 +
 quickstart/csharp/Delta.cs                      |  110 +
 quickstart/csharp/DeltaExample.cs               |  200 +
 quickstart/csharp/DistributedSystem.cs          |  130 +
 quickstart/csharp/DurableClient.cs              |  151 +
 quickstart/csharp/Exceptions.cs                 |  141 +
 quickstart/csharp/ExecuteFunctions.cs           |  165 +
 quickstart/csharp/HACache.cs                    |  131 +
 quickstart/csharp/LoaderListenerWriter.cs       |  127 +
 quickstart/csharp/MultiuserSecurity.cs          |  196 +
 quickstart/csharp/PdxInstance.cs                |  137 +
 quickstart/csharp/PdxRemoteQuery.cs             |  142 +
 quickstart/csharp/PdxSerializer.cs              |  250 +
 quickstart/csharp/PoolCqQuery.cs                |  191 +
 quickstart/csharp/PoolRemoteQuery.cs            |  140 +
 quickstart/csharp/PoolWithEndpoints.cs          |  116 +
 quickstart/csharp/PortfolioN.cs                 |  306 +
 quickstart/csharp/PortfolioPdx.cs               |  295 +
 quickstart/csharp/PositionN.cs                  |  245 +
 quickstart/csharp/PositionPdx.cs                |  212 +
 quickstart/csharp/PutAllGetAllOperations.cs     |   95 +
 quickstart/csharp/RefIDExample.cs               |  120 +
 quickstart/csharp/RegisterInterest.cs           |  120 +
 quickstart/csharp/RemoteQuery.cs                |  159 +
 quickstart/csharp/Security.cs                   |  185 +
 quickstart/csharp/Transactions.cs               |  134 +
 quickstart/csharp/TransactionsXA.cs             |  143 +
 quickstart/csharp/app.config.in                 |   33 +
 .../csharp/plugins/DurableCacheListener.cs      |   83 +
 .../csharp/plugins/SimpleCacheListener.cs       |   83 +
 quickstart/csharp/plugins/SimpleCacheLoader.cs  |   43 +
 quickstart/csharp/plugins/SimpleCacheWriter.cs  |   67 +
 .../BasicOperations/BasicOperations.csproj.in   |  117 +
 .../BasicOperations/Properties/AssemblyInfo.cs  |   48 +
 .../csharp/vsprojects/CqQuery/CqQuery.csproj.in |  122 +
 .../CqQuery/Properties/AssemblyInfo.cs          |   48 +
 .../DataExpiration/DataExpiration.csproj.in     |  119 +
 .../DataExpiration/Properties/AssemblyInfo.cs   |   48 +
 .../csharp/vsprojects/Delta/Delta.csproj.in     |  119 +
 .../vsprojects/Delta/Properties/AssemblyInfo.cs |   48 +
 .../DistributedSystem.csproj.in                 |  116 +
 .../Properties/AssemblyInfo.cs                  |   48 +
 .../DurableClient/DurableClient.csproj.in       |  119 +
 .../DurableClient/Properties/AssemblyInfo.cs    |   48 +
 .../vsprojects/Exceptions/Exceptions.csproj.in  |  118 +
 .../Exceptions/Properties/AssemblyInfo.cs       |   48 +
 .../ExecuteFunctions/ExecuteFunctions.csproj.in |  116 +
 .../ExecuteFunctions/Properties/AssemblyInfo.cs |   48 +
 .../csharp/vsprojects/HACache/HACache.csproj.in |  118 +
 .../HACache/Properties/AssemblyInfo.cs          |   48 +
 .../LoaderListenerWriter.csproj.in              |  125 +
 .../Properties/AssemblyInfo.cs                  |   48 +
 .../MultiuserSecurity.csproj.in                 |  117 +
 .../Properties/AssemblyInfo.cs                  |   48 +
 .../PdxInstance/PdxInstance.csproj.in           |  116 +
 .../PdxInstance/Properties/AssemblyInfo.cs      |   48 +
 .../PdxRemoteQuery/PdxRemoteQuery.csproj.in     |  122 +
 .../PdxRemoteQuery/Properties/AssemblyInfo.cs   |   48 +
 .../PdxSerializer/PdxSerializer.csproj.in       |  116 +
 .../PdxSerializer/Properties/AssemblyInfo.cs    |   48 +
 .../PoolCqQuery/PoolCqQuery.csproj.in           |  122 +
 .../PoolCqQuery/Properties/AssemblyInfo.cs      |   48 +
 .../PoolRemoteQuery/PoolRemoteQuery.csproj.in   |  122 +
 .../PoolRemoteQuery/Properties/AssemblyInfo.cs  |   48 +
 .../PoolWithEndpoints.csproj.in                 |  116 +
 .../Properties/AssemblyInfo.cs                  |   48 +
 .../Properties/AssemblyInfo.cs                  |   48 +
 .../PutAllGetAllOperations.csproj.in            |  117 +
 .../RefIDExample/Properties/AssemblyInfo.cs     |   48 +
 .../RefIDExample/RefIDExample.csproj.in         |  112 +
 .../RegisterInterest/Properties/AssemblyInfo.cs |   48 +
 .../RegisterInterest/RegisterInterest.csproj.in |  116 +
 .../RemoteQuery/Properties/AssemblyInfo.cs      |   48 +
 .../RemoteQuery/RemoteQuery.csproj.in           |  122 +
 .../Security/Properties/AssemblyInfo.cs         |   48 +
 .../vsprojects/Security/Security.csproj.in      |  117 +
 .../SimplePlugins/Properties/AssemblyInfo.cs    |   48 +
 .../SimplePlugins/SimplePlugins.csproj.in       |  119 +
 .../Transactions/Properties/AssemblyInfo.cs     |   48 +
 .../Transactions/Transactions.csproj.in         |  116 +
 .../TransactionsXA/Properties/AssemblyInfo.cs   |   48 +
 .../TransactionsXA/TransactionsXA.csproj.in     |  116 +
 quickstart/overview.gif                         |  Bin 0 -> 10167 bytes
 quickstart/runcpp.bat.in                        |  292 +
 quickstart/runcpp.sh.in                         |  310 +
 quickstart/runcs.bat.in                         |  280 +
 sqliteimpl/CMakeLists.txt                       |   26 +
 sqliteimpl/SqLiteHelper.cpp                     |  192 +
 sqliteimpl/SqLiteHelper.hpp                     |   62 +
 sqliteimpl/SqLiteImpl.cpp                       |  207 +
 sqliteimpl/SqLiteImpl.hpp                       |  144 +
 src/CMakeLists.txt                              |  263 -
 src/FindNativeClient.cmake                      |  277 -
 src/FindNativeClientCPPCache.cmake              |   68 -
 src/clicache/.clang-format                      |    5 -
 src/clicache/CMakeLists.txt                     |   20 -
 src/clicache/include/gfcli/Utils.hpp            |   88 -
 src/clicache/integration-test/AckMixTests.cs    |  264 -
 src/clicache/integration-test/AssemblyInfo.cs   |   49 -
 .../integration-test/AttributesFactoryTestsN.cs |  108 -
 .../integration-test/AttributesMutatorTestsN.cs |  329 -
 .../BuiltinCacheableWrappersN.cs                | 2782 --------
 src/clicache/integration-test/CMakeLists.txt    |  120 -
 src/clicache/integration-test/CacheHelperN.cs   | 2460 -------
 .../integration-test/CacheServPoolRedun1.xml    |   41 -
 .../integration-test/CacheServPoolRedun2.xml    |   40 -
 .../integration-test/CacheServPoolRedun3.xml    |   39 -
 .../integration-test/CacheServerMsgs.cs         |   58 -
 .../integration-test/CacheableWrapper.cs        |  208 -
 .../integration-test/CacheableWrapperN.cs       |  269 -
 .../integration-test/CachelessTestsN.cs         |  157 -
 src/clicache/integration-test/DataIOTests.cs    |  241 -
 .../integration-test/DataOutputTests.cs         |   61 -
 .../integration-test/DefaultCacheableN.cs       |  261 -
 src/clicache/integration-test/DistGetTests.cs   |  191 -
 src/clicache/integration-test/DistOpsStepsN.cs  | 2372 -------
 src/clicache/integration-test/DistOpsTests.cs   |   85 -
 .../integration-test/DistributedSystemTests.cs  |  136 -
 src/clicache/integration-test/DupListenerN.cs   |  117 -
 .../integration-test/DurableListenerN.cs        |  199 -
 .../integration-test/ExpirationTestsN.cs        |  339 -
 src/clicache/integration-test/LogTests.cs       |  182 -
 src/clicache/integration-test/NetTests.cs       |  173 -
 src/clicache/integration-test/OverflowTestsN.cs |  664 --
 .../integration-test/PutGetPerfTests.cs         |  333 -
 src/clicache/integration-test/PutGetTestsN.cs   |  536 --
 .../integration-test/RegionEntryTests.cs        |  105 -
 .../integration-test/RegionOperationN.cs        |   97 -
 src/clicache/integration-test/RegionWrapperN.cs |  243 -
 .../integration-test/SecurityTestUtilN.cs       |  267 -
 .../integration-test/SerializationTestsN.cs     | 1280 ----
 src/clicache/integration-test/Settings.xml      |   51 -
 src/clicache/integration-test/TallyListener.cs  |  300 -
 src/clicache/integration-test/TallyListenerN.cs |  333 -
 src/clicache/integration-test/TallyLoaderN.cs   |  104 -
 src/clicache/integration-test/TallyResolverN.cs |   97 -
 src/clicache/integration-test/TallyWriter.cs    |  222 -
 src/clicache/integration-test/TallyWriterN.cs   |  240 -
 ...ThinClientAppDomainFunctionExecutionTests.cs |  282 -
 .../ThinClientAppDomainQueryTests.cs            |  280 -
 .../integration-test/ThinClientCSTXN.cs         |  827 ---
 .../integration-test/ThinClientCallbackArgN.cs  |  726 --
 .../ThinClientConflationTestsN.cs               |  354 -
 .../integration-test/ThinClientCqIRTestsN.cs    |  250 -
 .../integration-test/ThinClientCqTestsN.cs      | 1025 ---
 .../integration-test/ThinClientDeltaTestN.cs    |  914 ---
 .../ThinClientDurableCqTestsN.cs                |  325 -
 .../integration-test/ThinClientDurableTestsN.cs |  982 ---
 .../ThinClientFunctionExecutionTestsN.cs        | 1843 -----
 .../ThinClientHARegionTestsN.cs                 |  991 ---
 .../ThinClientListenerWriterN.cs                |  287 -
 .../integration-test/ThinClientPdxTests.cs      | 6638 ------------------
 .../integration-test/ThinClientPoolTestsN.cs    |  901 ---
 .../integration-test/ThinClientQueryTestsN.cs   | 1981 ------
 .../ThinClientRegionInterestTestsN.cs           | 1216 ----
 .../integration-test/ThinClientRegionStepsN.cs  |  705 --
 .../integration-test/ThinClientRegionTestsN.cs  | 2397 -------
 .../ThinClientSecurityAuthTestsMUN.cs           |  716 --
 .../ThinClientSecurityAuthTestsN.cs             |  731 --
 .../ThinClientSecurityAuthzTestBaseN.cs         | 1061 ---
 .../ThinClientSecurityAuthzTestsMUN.cs          | 1051 ---
 .../ThinClientSecurityAuthzTestsN.cs            |  710 --
 .../ThinClientStatisticTestsN.cs                |  255 -
 .../ThinClientStringArrayTestsN.cs              |  232 -
 src/clicache/integration-test/Timeouts.xml      |   42 -
 .../integration-test/UnitTests.csproj.in        |  627 --
 src/clicache/integration-test/UnitTestsN.cs     |  180 -
 src/clicache/integration-test/cache.xml         |   27 -
 .../cacheServer_pdxreadserialized.xml           |   38 -
 .../integration-test/cache_redundancy.xml       |   30 -
 src/clicache/integration-test/cacheserver.xml   |   41 -
 .../integration-test/cacheserver1_TradeKey.xml  |   66 -
 .../integration-test/cacheserver1_expiry.xml    |   43 -
 .../integration-test/cacheserver1_fpr.xml       |   72 -
 .../cacheserver1_partitioned.xml                |   50 -
 .../cacheserver1_partitioned_R1.xml             |   52 -
 .../cacheserver1_partitioned_servergroup.xml    |   49 -
 .../integration-test/cacheserver1_pool.xml      |   33 -
 .../integration-test/cacheserver1_pr.xml        |   41 -
 .../integration-test/cacheserver1_pr_putall.xml |   52 -
 src/clicache/integration-test/cacheserver2.xml  |   35 -
 .../integration-test/cacheserver2_TradeKey.xml  |   66 -
 .../integration-test/cacheserver2_fpr.xml       |   73 -
 .../cacheserver2_partitioned.xml                |   49 -
 .../cacheserver2_partitioned_R1.xml             |   51 -
 .../cacheserver2_partitioned_servergroup.xml    |   48 -
 .../integration-test/cacheserver2_pool.xml      |   33 -
 .../integration-test/cacheserver2_pr.xml        |   42 -
 .../integration-test/cacheserver2_pr_putall.xml |   51 -
 src/clicache/integration-test/cacheserver3.xml  |   35 -
 .../integration-test/cacheserver3_TradeKey.xml  |   66 -
 .../integration-test/cacheserver3_fpr.xml       |   72 -
 .../cacheserver3_partitioned.xml                |   50 -
 .../cacheserver3_partitioned_servergroup.xml    |   49 -
 .../integration-test/cacheserver3_pool.xml      |   34 -
 .../integration-test/cacheserver3_pr.xml        |   54 -
 .../integration-test/cacheserver3_pr_putall.xml |   52 -
 src/clicache/integration-test/cacheserver4.xml  |   47 -
 .../integration-test/cacheserver4_pr_putall.xml |   52 -
 .../integration-test/cacheserverDurableCqs.xml  |   28 -
 .../integration-test/cacheserverForPdx.xml      |   50 -
 .../cacheserverForPdxWithAuto.xml               |   50 -
 .../integration-test/cacheserverMDS1.xml        |   33 -
 .../integration-test/cacheserverMDS2.xml        |   32 -
 .../integration-test/cacheserverPdx.xml         |   50 -
 .../integration-test/cacheserverPdx2.xml        |   50 -
 .../cacheserverPdxSerializer.xml                |   38 -
 .../cacheserver_concurrency_enabled1.xml        |   32 -
 .../cacheserver_concurrency_enabled2.xml        |   32 -
 .../cacheserver_concurrency_enabled_disk1.xml   |   35 -
 .../cacheserver_concurrency_enabled_disk2.xml   |   35 -
 ...rver_concurrency_enabled_disk_replicate1.xml |   35 -
 ...rver_concurrency_enabled_disk_replicate2.xml |   35 -
 .../integration-test/cacheserver_conflation.xml |   33 -
 .../integration-test/cacheserver_hashcode.xml   |   43 -
 .../cacheserver_interest_notify.xml             |   36 -
 .../integration-test/cacheserver_loader.xml     |   38 -
 .../cacheserver_notify_subscription.xml         |   53 -
 .../cacheserver_notify_subscription2.xml        |   53 -
 .../cacheserver_notify_subscription3.xml        |   40 -
 .../cacheserver_notify_subscription4.xml        |   40 -
 .../cacheserver_notify_subscription5.xml        |  154 -
 .../cacheserver_notify_subscription5N.xml       |  154 -
 .../cacheserver_notify_subscription6.xml        |   62 -
 .../cacheserver_notify_subscriptionBug849.xml   |   50 -
 ...server_notify_subscription_PutAllTimeout.xml |   44 -
 .../cacheserver_notify_subscription_forDoc.xml  |  106 -
 .../cacheserver_pdxinstance_hashcode.xml        |   50 -
 .../cacheserver_pool_client.xml                 |   62 -
 .../integration-test/cacheserver_remoteoql.xml  |   93 -
 .../integration-test/cacheserver_remoteoql2.xml |   93 -
 .../cacheserver_remoteoql2N.xml                 |   93 -
 .../integration-test/cacheserver_remoteoqlN.xml |   93 -
 .../cacheserver_servergroup.xml                 |   35 -
 .../cacheserver_servergroup2.xml                |   35 -
 .../integration-test/cacheserver_with_delta.xml |   58 -
 .../cacheserver_with_deltaAD.xml                |   43 -
 .../cacheserver_with_delta_test_impl.xml        |   39 -
 src/clicache/integration-test/client_Loader.xml |   36 -
 .../client_generics_plugins.xml                 |   60 -
 src/clicache/integration-test/client_pdx.xml    |   48 -
 src/clicache/integration-test/client_pool.xml   |   50 -
 .../client_server_persistent_transactions.xml   |   31 -
 .../client_server_transactions.xml              |   37 -
 .../integration-test/cqqueryfailover.xml        |  109 -
 .../integration-test/func_cacheserver1_pool.xml |   94 -
 .../integration-test/func_cacheserver2_pool.xml |   94 -
 .../integration-test/func_cacheserver3_pool.xml |   86 -
 src/clicache/integration-test/gateway1.xml      |   44 -
 src/clicache/integration-test/gateway2.xml      |   49 -
 .../integration-test/geode.properties.mixed     |   16 -
 .../geode.properties.nativeclient               |   16 -
 .../integration-test/invalid_cache1.xml         |   34 -
 .../integration-test/invalid_cache2.xml         |   34 -
 .../integration-test/invalid_cache3.xml         |   35 -
 .../integration-test/invalid_cache_pool.xml     |   88 -
 .../integration-test/invalid_cache_pool2.xml    |   89 -
 .../integration-test/invalid_cache_pool3.xml    |   89 -
 .../integration-test/invalid_cache_pool4.xml    |   91 -
 .../integration-test/invalid_overflowAttr1.xml  |   34 -
 .../integration-test/invalid_overflowAttr2.xml  |   39 -
 .../integration-test/invalid_overflowAttr3.xml  |   42 -
 .../multi_get_function_server.xml               |   47 -
 .../integration-test/regionquery_diffconfig.xml |   94 -
 .../regionquery_diffconfig2.xml                 |   94 -
 .../regionquery_diffconfig2N.xml                |   94 -
 .../regionquery_diffconfig2_SG.xml              |   96 -
 .../regionquery_diffconfigN.xml                 |   94 -
 .../regionquery_diffconfig_SG.xml               |   96 -
 src/clicache/integration-test/remotequery.xml   |  112 -
 src/clicache/integration-test/remotequery2.xml  |  112 -
 src/clicache/integration-test/remotequeryN.xml  |  109 -
 .../integration-test/serverDurableClient.xml    |   33 -
 src/clicache/integration-test/system.properties |   33 -
 src/clicache/integration-test/test.bat.in       |   65 -
 src/clicache/integration-test/valid_cache.xml   |   88 -
 .../integration-test/valid_cache_pool.xml       |   91 -
 .../integration-test/valid_cache_refid.xml      |   85 -
 .../valid_cache_region_refid.xml                |   83 -
 .../valid_declarative_cache_creation.xml        |   36 -
 .../integration-test/valid_lruExpiration.xml    |  266 -
 .../integration-test/valid_overflowAttr.xml     |  177 -
 src/clicache/src/Apache.Geode.rc                |   48 -
 src/clicache/src/AttributesFactory.cpp          |  484 --
 src/clicache/src/AttributesFactory.hpp          |  513 --
 src/clicache/src/AttributesMutator.cpp          |  251 -
 src/clicache/src/AttributesMutator.hpp          |  271 -
 src/clicache/src/CMakeLists.txt                 |   73 -
 src/clicache/src/Cache.cpp                      |  382 -
 src/clicache/src/Cache.hpp                      |  302 -
 src/clicache/src/CacheFactory.cpp               |  193 -
 src/clicache/src/CacheFactory.hpp               |  177 -
 src/clicache/src/CacheListenerAdapter.hpp       |   83 -
 src/clicache/src/CacheStatistics.cpp            |   55 -
 src/clicache/src/CacheStatistics.hpp            |  159 -
 src/clicache/src/CacheTransactionManager.cpp    |  295 -
 src/clicache/src/CacheTransactionManager.hpp    |  228 -
 src/clicache/src/CacheWriterAdapter.hpp         |   73 -
 src/clicache/src/CacheableArrayList.hpp         |   97 -
 src/clicache/src/CacheableBuiltins.hpp          |  603 --
 src/clicache/src/CacheableDate.cpp              |  118 -
 src/clicache/src/CacheableDate.hpp              |  174 -
 src/clicache/src/CacheableFileName.cpp          |  110 -
 src/clicache/src/CacheableFileName.hpp          |  172 -
 src/clicache/src/CacheableHashMap.cpp           |   54 -
 src/clicache/src/CacheableHashMap.hpp           |  147 -
 src/clicache/src/CacheableHashSet.hpp           |  683 --
 src/clicache/src/CacheableHashTable.hpp         |  117 -
 src/clicache/src/CacheableIdentityHashMap.hpp   |  128 -
 src/clicache/src/CacheableKey.cpp               |  127 -
 src/clicache/src/CacheableKey.hpp               |  141 -
 src/clicache/src/CacheableLinkedList.hpp        |  152 -
 src/clicache/src/CacheableObject.cpp            |   82 -
 src/clicache/src/CacheableObject.hpp            |  156 -
 src/clicache/src/CacheableObjectArray.cpp       |  108 -
 src/clicache/src/CacheableObjectArray.hpp       |  153 -
 src/clicache/src/CacheableObjectXml.cpp         |  111 -
 src/clicache/src/CacheableObjectXml.hpp         |  157 -
 src/clicache/src/CacheableStack.cpp             |   91 -
 src/clicache/src/CacheableStack.hpp             |  130 -
 src/clicache/src/CacheableString.cpp            |  212 -
 src/clicache/src/CacheableString.hpp            |  326 -
 src/clicache/src/CacheableStringArray.cpp       |   96 -
 src/clicache/src/CacheableStringArray.hpp       |  193 -
 src/clicache/src/CacheableUndefined.cpp         |   53 -
 src/clicache/src/CacheableUndefined.hpp         |  109 -
 src/clicache/src/CacheableVector.cpp            |   78 -
 src/clicache/src/CacheableVector.hpp            |  136 -
 src/clicache/src/CqAttributes.cpp               |   74 -
 src/clicache/src/CqAttributes.hpp               |   91 -
 src/clicache/src/CqAttributesFactory.cpp        |  160 -
 src/clicache/src/CqAttributesFactory.hpp        |   92 -
 src/clicache/src/CqAttributesMutator.cpp        |  196 -
 src/clicache/src/CqAttributesMutator.hpp        |  117 -
 src/clicache/src/CqEvent.cpp                    |   75 -
 src/clicache/src/CqEvent.hpp                    |  105 -
 src/clicache/src/CqOperation.hpp                |   96 -
 src/clicache/src/CqQuery.cpp                    |  286 -
 src/clicache/src/CqQuery.hpp                    |  195 -
 src/clicache/src/CqServiceStatistics.cpp        |   86 -
 src/clicache/src/CqServiceStatistics.hpp        |  102 -
 src/clicache/src/CqState.cpp                    |   92 -
 src/clicache/src/CqState.hpp                    |  104 -
 src/clicache/src/CqStatistics.cpp               |   76 -
 src/clicache/src/CqStatistics.hpp               |   96 -
 src/clicache/src/DataInput.cpp                  | 1165 ---
 src/clicache/src/DataInput.hpp                  |  711 --
 src/clicache/src/DataOutput.cpp                 |  921 ---
 src/clicache/src/DataOutput.hpp                 |  656 --
 src/clicache/src/DiskPolicyType.hpp             |   89 -
 src/clicache/src/DistributedSystem.cpp          |  574 --
 src/clicache/src/DistributedSystem.hpp          |  213 -
 src/clicache/src/EntryEvent.cpp                 |   74 -
 src/clicache/src/EntryEvent.hpp                 |  123 -
 src/clicache/src/ExceptionTypes.cpp             |  159 -
 src/clicache/src/ExceptionTypes.hpp             |  686 --
 src/clicache/src/Execution.cpp                  |  135 -
 src/clicache/src/Execution.hpp                  |  116 -
 src/clicache/src/ExpirationAction.hpp           |  138 -
 src/clicache/src/FunctionService.cpp            |  115 -
 src/clicache/src/FunctionService.hpp            |   96 -
 src/clicache/src/GeodeClassIds.hpp              |  372 -
 src/clicache/src/IAuthInitialize.hpp            |   85 -
 src/clicache/src/ICacheListener.hpp             |  210 -
 src/clicache/src/ICacheLoader.hpp               |  118 -
 src/clicache/src/ICacheWriter.hpp               |  172 -
 src/clicache/src/ICacheableKey.hpp              |   67 -
 src/clicache/src/ICqAttributes.hpp              |  116 -
 src/clicache/src/ICqEvent.hpp                   |  120 -
 src/clicache/src/ICqListener.hpp                |  120 -
 src/clicache/src/ICqResults.hpp                 |   52 -
 src/clicache/src/ICqStatusListener.hpp          |   57 -
 src/clicache/src/IFixedPartitionResolver.hpp    |   96 -
 src/clicache/src/IGeodeCache.hpp                |  110 -
 src/clicache/src/IGeodeDelta.hpp                |   78 -
 src/clicache/src/IGeodeSerializable.hpp         |  105 -
 src/clicache/src/IPartitionResolver.hpp         |  108 -
 src/clicache/src/IPdxInstance.hpp               |  185 -
 src/clicache/src/IPdxInstanceFactory.hpp        |  346 -
 src/clicache/src/IPdxReader.hpp                 |  211 -
 src/clicache/src/IPdxSerializable.hpp           |   67 -
 src/clicache/src/IPdxSerializer.hpp             |   68 -
 src/clicache/src/IPdxTypeMapper.hpp             |   52 -
 src/clicache/src/IPdxUnreadFields.hpp           |   40 -
 src/clicache/src/IPdxWriter.hpp                 |  247 -
 src/clicache/src/IPersistenceManager.hpp        |  106 -
 src/clicache/src/IRegion.hpp                    | 2077 ------
 src/clicache/src/IRegionService.hpp             |  128 -
 src/clicache/src/IResultCollector.hpp           |   80 -
 src/clicache/src/ISelectResults.hpp             |   81 -
 src/clicache/src/ISubscriptionService.hpp       |  627 --
 src/clicache/src/ITransactionListener.hpp       |   83 -
 src/clicache/src/ITransactionWriter.hpp         |   61 -
 src/clicache/src/IWritablePdxInstance.hpp       |   53 -
 src/clicache/src/LocalRegion.cpp                | 1005 ---
 src/clicache/src/LocalRegion.hpp                |  263 -
 src/clicache/src/Log.cpp                        |  124 -
 src/clicache/src/Log.hpp                        |  330 -
 src/clicache/src/PdxIdentityFieldAttribute.hpp  |   50 -
 src/clicache/src/Pool.cpp                       |  463 --
 src/clicache/src/Pool.hpp                       |  353 -
 src/clicache/src/PoolFactory.cpp                |  452 --
 src/clicache/src/PoolFactory.hpp                |  427 --
 src/clicache/src/PoolManager.cpp                |   77 -
 src/clicache/src/PoolManager.hpp                |  102 -
 src/clicache/src/Properties.cpp                 |  356 -
 src/clicache/src/Properties.hpp                 |  305 -
 src/clicache/src/Query.cpp                      |  154 -
 src/clicache/src/Query.hpp                      |  219 -
 src/clicache/src/QueryService.cpp               |  233 -
 src/clicache/src/QueryService.hpp               |  162 -
 .../src/ReflectionBasedAutoSerializer.cpp       |  565 --
 .../src/ReflectionBasedAutoSerializer.hpp       |  225 -
 src/clicache/src/Region.cpp                     | 1538 ----
 src/clicache/src/Region.hpp                     |  307 -
 src/clicache/src/RegionAttributes.cpp           |  605 --
 src/clicache/src/RegionAttributes.hpp           |  511 --
 src/clicache/src/RegionEntry.cpp                |  101 -
 src/clicache/src/RegionEntry.hpp                |  188 -
 src/clicache/src/RegionEvent.cpp                |   53 -
 src/clicache/src/RegionEvent.hpp                |   98 -
 src/clicache/src/RegionFactory.cpp              |  481 --
 src/clicache/src/RegionFactory.hpp              |  458 --
 src/clicache/src/RegionShortcut.hpp             |   76 -
 src/clicache/src/ResultCollector.cpp            |  115 -
 src/clicache/src/ResultCollector.hpp            |   94 -
 src/clicache/src/ResultSet.cpp                  |  100 -
 src/clicache/src/ResultSet.hpp                  |  130 -
 src/clicache/src/SelectResultsIterator.cpp      |   95 -
 src/clicache/src/SelectResultsIterator.hpp      |  137 -
 src/clicache/src/Serializable.cpp               | 1480 ----
 src/clicache/src/Serializable.hpp               |  696 --
 src/clicache/src/StatisticDescriptor.cpp        |   62 -
 src/clicache/src/StatisticDescriptor.hpp        |  140 -
 src/clicache/src/Statistics.cpp                 |  298 -
 src/clicache/src/Statistics.hpp                 |  541 --
 src/clicache/src/StatisticsFactory.cpp          |  258 -
 src/clicache/src/StatisticsFactory.hpp          |  273 -
 src/clicache/src/StatisticsType.cpp             |   85 -
 src/clicache/src/StatisticsType.hpp             |  144 -
 src/clicache/src/Struct.cpp                     |  117 -
 src/clicache/src/Struct.hpp                     |  148 -
 src/clicache/src/StructSet.cpp                  |  130 -
 src/clicache/src/StructSet.hpp                  |  171 -
 src/clicache/src/SystemProperties.cpp           |  220 -
 src/clicache/src/SystemProperties.hpp           |  428 --
 src/clicache/src/TransactionEvent.cpp           |   79 -
 src/clicache/src/TransactionEvent.hpp           |   88 -
 src/clicache/src/TransactionId.hpp              |   71 -
 src/clicache/src/TransactionListenerAdapter.hpp |   61 -
 src/clicache/src/TransactionWriterAdapte.hpp    |   48 -
 .../src/UserFunctionExecutionException.cpp      |   96 -
 .../src/UserFunctionExecutionException.hpp      |  143 -
 src/clicache/src/Utils.cpp                      |   77 -
 src/clicache/src/begin_native.hpp               |   41 -
 src/clicache/src/end_native.hpp                 |   25 -
 src/clicache/src/geode_defs.hpp                 |  272 -
 src/clicache/src/geode_includes.hpp             |   26 -
 src/clicache/src/geodeclicache.vcxproj.filters  | 1075 ---
 src/clicache/src/impl/AppDomainContext.cpp      |   33 -
 src/clicache/src/impl/AppDomainContext.hpp      |   75 -
 src/clicache/src/impl/AssemblyInfo.cpp.in       |   46 -
 src/clicache/src/impl/AuthenticatedCache.cpp    |  136 -
 src/clicache/src/impl/AuthenticatedCache.hpp    |  171 -
 src/clicache/src/impl/CacheListener.hpp         |  113 -
 src/clicache/src/impl/CacheLoader.hpp           |   85 -
 src/clicache/src/impl/CacheWriter.hpp           |   88 -
 src/clicache/src/impl/CliCallbackDelgate.cpp    |   40 -
 src/clicache/src/impl/CliCallbackDelgate.hpp    |   55 -
 src/clicache/src/impl/CqListenerProxy.hpp       |   69 -
 src/clicache/src/impl/CqStatusListenerProxy.hpp |   77 -
 src/clicache/src/impl/DelegateWrapper.hpp       |  110 -
 src/clicache/src/impl/DotNetTypes.hpp           |   61 -
 src/clicache/src/impl/EnumInfo.cpp              |   61 -
 src/clicache/src/impl/EnumInfo.hpp              |  104 -
 .../src/impl/FixedPartitionResolver.hpp         |  102 -
 src/clicache/src/impl/GeodeDataInputStream.hpp  |  136 -
 src/clicache/src/impl/GeodeDataOutputStream.hpp |  118 -
 src/clicache/src/impl/GeodeNullStream.hpp       |  119 -
 src/clicache/src/impl/ManagedAuthInitialize.cpp |  206 -
 src/clicache/src/impl/ManagedAuthInitialize.hpp |  134 -
 src/clicache/src/impl/ManagedCacheListener.cpp  |  362 -
 src/clicache/src/impl/ManagedCacheListener.hpp  |  232 -
 src/clicache/src/impl/ManagedCacheLoader.cpp    |  252 -
 src/clicache/src/impl/ManagedCacheLoader.hpp    |  160 -
 src/clicache/src/impl/ManagedCacheWriter.cpp    |  316 -
 src/clicache/src/impl/ManagedCacheWriter.hpp    |  191 -
 src/clicache/src/impl/ManagedCacheableDelta.cpp |  282 -
 src/clicache/src/impl/ManagedCacheableDelta.hpp |  189 -
 .../src/impl/ManagedCacheableDeltaBytes.cpp     |  337 -
 .../src/impl/ManagedCacheableDeltaBytes.hpp     |  218 -
 src/clicache/src/impl/ManagedCacheableKey.cpp   |  230 -
 src/clicache/src/impl/ManagedCacheableKey.hpp   |  173 -
 .../src/impl/ManagedCacheableKeyBytes.cpp       |  288 -
 .../src/impl/ManagedCacheableKeyBytes.hpp       |  208 -
 src/clicache/src/impl/ManagedCqListener.cpp     |  189 -
 src/clicache/src/impl/ManagedCqListener.hpp     |  147 -
 .../src/impl/ManagedCqStatusListener.cpp        |  220 -
 .../src/impl/ManagedCqStatusListener.hpp        |  142 -
 .../src/impl/ManagedFixedPartitionResolver.cpp  |  262 -
 .../src/impl/ManagedFixedPartitionResolver.hpp  |  147 -
 .../src/impl/ManagedPartitionResolver.cpp       |  252 -
 .../src/impl/ManagedPartitionResolver.hpp       |  137 -
 .../src/impl/ManagedPersistenceManager.cpp      |  247 -
 .../src/impl/ManagedPersistenceManager.hpp      |   86 -
 .../src/impl/ManagedResultCollector.cpp         |  227 -
 .../src/impl/ManagedResultCollector.hpp         |  105 -
 src/clicache/src/impl/ManagedString.hpp         |  104 -
 .../src/impl/ManagedTransactionListener.cpp     |  263 -
 .../src/impl/ManagedTransactionListener.hpp     |   93 -
 .../src/impl/ManagedTransactionWriter.cpp       |  222 -
 .../src/impl/ManagedTransactionWriter.hpp       |   96 -
 src/clicache/src/impl/ManagedVisitor.cpp        |   52 -
 src/clicache/src/impl/ManagedVisitor.hpp        |   84 -
 src/clicache/src/impl/MemoryPressureHandler.cpp |   75 -
 src/clicache/src/impl/MemoryPressureHandler.hpp |   44 -
 src/clicache/src/impl/PartitionResolver.hpp     |   74 -
 src/clicache/src/impl/PdxFieldType.cpp          |  194 -
 src/clicache/src/impl/PdxFieldType.hpp          |  150 -
 src/clicache/src/impl/PdxHelper.cpp             |  451 --
 src/clicache/src/impl/PdxHelper.hpp             |   79 -
 .../src/impl/PdxInstanceFactoryImpl.cpp         |  359 -
 .../src/impl/PdxInstanceFactoryImpl.hpp         |  402 --
 src/clicache/src/impl/PdxInstanceImpl.cpp       | 1432 ----
 src/clicache/src/impl/PdxInstanceImpl.hpp       |  298 -
 src/clicache/src/impl/PdxLocalReader.cpp        |  422 --
 src/clicache/src/impl/PdxLocalReader.hpp        |  311 -
 src/clicache/src/impl/PdxLocalWriter.cpp        |  490 --
 src/clicache/src/impl/PdxLocalWriter.hpp        |  369 -
 .../src/impl/PdxManagedCacheableKey.cpp         |  307 -
 .../src/impl/PdxManagedCacheableKey.hpp         |  197 -
 .../src/impl/PdxManagedCacheableKeyBytes.cpp    |  290 -
 .../src/impl/PdxManagedCacheableKeyBytes.hpp    |  247 -
 .../src/impl/PdxReaderWithTypeCollector.cpp     |  549 --
 .../src/impl/PdxReaderWithTypeCollector.hpp     |  268 -
 .../src/impl/PdxRemotePreservedData.hpp         |  119 -
 src/clicache/src/impl/PdxRemoteReader.cpp       |  847 ---
 src/clicache/src/impl/PdxRemoteReader.hpp       |  265 -
 src/clicache/src/impl/PdxRemoteWriter.cpp       |  334 -
 src/clicache/src/impl/PdxRemoteWriter.hpp       |  338 -
 src/clicache/src/impl/PdxType.cpp               |  553 --
 src/clicache/src/impl/PdxType.hpp               |  201 -
 src/clicache/src/impl/PdxTypeRegistry.cpp       |  317 -
 src/clicache/src/impl/PdxTypeRegistry.hpp       |  117 -
 src/clicache/src/impl/PdxWrapper.hpp            |   83 -
 .../src/impl/PdxWriterWithTypeCollector.cpp     |  362 -
 .../src/impl/PdxWriterWithTypeCollector.hpp     |  328 -
 .../src/impl/PersistenceManagerProxy.hpp        |   98 -
 src/clicache/src/impl/RegionImpl.cpp            |   18 -
 src/clicache/src/impl/RegionImpl.hpp            |   32 -
 src/clicache/src/impl/ResultCollectorProxy.hpp  |   76 -
 src/clicache/src/impl/SafeConvert.hpp           |  383 -
 src/clicache/src/impl/TransactionListener.hpp   |   83 -
 src/clicache/src/impl/TransactionWriter.hpp     |   66 -
 src/clicache/src/impl/WeakhashMap.hpp           |  258 -
 .../src/native_conditional_unique_ptr.hpp       |   61 -
 src/clicache/src/native_shared_ptr.hpp          |   41 -
 src/clicache/src/native_unique_ptr.hpp          |   54 -
 src/clicache/src/templates/CMakeLists.txt       |   30 -
 src/clicache/src/templates/Templates.csproj.in  |  127 -
 src/clicache/test/AssemblyInfo.cpp.in           |   32 -
 src/clicache/test/CMakeLists.txt                |   72 -
 src/clicache/test/Utils.hpp                     |   14 -
 .../test/native_conditional_unqiue_ptrTests.cpp |  248 -
 src/clicache/test/native_shared_ptrTests.cpp    |  Bin 12434 -> 0 bytes
 src/clicache/test/native_unique_ptrTests.cpp    |  197 -
 src/cppcache/CMakeLists.txt                     |   20 -
 src/cppcache/CPPCacheConfig.cmake               |   48 -
 src/cppcache/FindCPPCache.cmake                 |   48 -
 src/cppcache/include/geode/Assert.hpp           |  100 -
 .../include/geode/AttributesFactory.hpp         |  382 -
 .../include/geode/AttributesMutator.hpp         |  193 -
 src/cppcache/include/geode/AuthInitialize.hpp   |   67 -
 src/cppcache/include/geode/Cache.hpp            |  272 -
 src/cppcache/include/geode/CacheAttributes.hpp  |  108 -
 src/cppcache/include/geode/CacheFactory.hpp     |  154 -
 src/cppcache/include/geode/CacheListener.hpp    |  213 -
 src/cppcache/include/geode/CacheLoader.hpp      |  105 -
 src/cppcache/include/geode/CacheStatistics.hpp  |  116 -
 .../include/geode/CacheTransactionManager.hpp   |  204 -
 src/cppcache/include/geode/CacheWriter.hpp      |  188 -
 src/cppcache/include/geode/Cacheable.hpp        |   46 -
 src/cppcache/include/geode/Cacheable.inl        |   55 -
 .../include/geode/CacheableBuiltins.hpp         |  651 --
 src/cppcache/include/geode/CacheableDate.hpp    |  190 -
 src/cppcache/include/geode/CacheableEnum.hpp    |  147 -
 .../include/geode/CacheableFileName.hpp         |  123 -
 src/cppcache/include/geode/CacheableKey.hpp     |  136 -
 src/cppcache/include/geode/CacheableKey.inl     |   55 -
 src/cppcache/include/geode/CacheableKeys.hpp    |   99 -
 .../include/geode/CacheableObjectArray.hpp      |  107 -
 src/cppcache/include/geode/CacheableString.hpp  |  322 -
 .../include/geode/CacheableUndefined.hpp        |  100 -
 src/cppcache/include/geode/CqAttributes.hpp     |   66 -
 .../include/geode/CqAttributesFactory.hpp       |  106 -
 .../include/geode/CqAttributesMutator.hpp       |   78 -
 src/cppcache/include/geode/CqEvent.hpp          |  111 -
 src/cppcache/include/geode/CqListener.hpp       |   99 -
 src/cppcache/include/geode/CqOperation.hpp      |   54 -
 src/cppcache/include/geode/CqQuery.hpp          |  184 -
 src/cppcache/include/geode/CqResults.hpp        |   48 -
 .../include/geode/CqServiceStatistics.hpp       |   79 -
 src/cppcache/include/geode/CqState.hpp          |   84 -
 src/cppcache/include/geode/CqStatistics.hpp     |   75 -
 src/cppcache/include/geode/CqStatusListener.hpp |   53 -
 src/cppcache/include/geode/DataInput.hpp        | 1096 ---
 src/cppcache/include/geode/DataOutput.hpp       |  828 ---
 src/cppcache/include/geode/Delta.hpp            |  103 -
 src/cppcache/include/geode/DiskPolicyType.hpp   |   76 -
 .../include/geode/DistributedSystem.hpp         |  136 -
 src/cppcache/include/geode/EntryEvent.hpp       |   96 -
 src/cppcache/include/geode/Exception.hpp        |  128 -
 src/cppcache/include/geode/ExceptionTypes.hpp   |  413 --
 src/cppcache/include/geode/Execution.hpp        |  116 -
 src/cppcache/include/geode/ExpirationAction.hpp |  117 -
 .../include/geode/ExpirationAttributes.hpp      |  103 -
 .../include/geode/FixedPartitionResolver.hpp    |   96 -
 src/cppcache/include/geode/FunctionService.hpp  |  147 -
 src/cppcache/include/geode/GeodeCache.hpp       |   88 -
 src/cppcache/include/geode/GeodeCppCache.hpp    |   87 -
 src/cppcache/include/geode/GeodeCppCache.inl    |   27 -
 src/cppcache/include/geode/GeodeTypeIds.hpp     |   88 -
 src/cppcache/include/geode/HashFunction.hpp     |   81 -
 src/cppcache/include/geode/HashMapT.hpp         |   53 -
 src/cppcache/include/geode/HashSetT.hpp         |   44 -
 .../InternalCacheTransactionManager2PC.hpp      |   75 -
 src/cppcache/include/geode/Log.hpp              |  674 --
 .../include/geode/PartitionResolver.hpp         |  110 -
 src/cppcache/include/geode/PdxFieldTypes.hpp    |   58 -
 src/cppcache/include/geode/PdxInstance.hpp      |  618 --
 .../include/geode/PdxInstanceFactory.hpp        |  476 --
 src/cppcache/include/geode/PdxReader.hpp        |  420 --
 src/cppcache/include/geode/PdxSerializable.hpp  |  108 -
 src/cppcache/include/geode/PdxSerializer.hpp    |   92 -
 src/cppcache/include/geode/PdxUnreadFields.hpp  |   52 -
 src/cppcache/include/geode/PdxWrapper.hpp       |  136 -
 src/cppcache/include/geode/PdxWriter.hpp        |  451 --
 .../include/geode/PersistenceManager.hpp        |  140 -
 src/cppcache/include/geode/Pool.hpp             |  288 -
 src/cppcache/include/geode/PoolFactory.hpp      |  540 --
 src/cppcache/include/geode/PoolManager.hpp      |  123 -
 src/cppcache/include/geode/Properties.hpp       |  164 -
 src/cppcache/include/geode/Query.hpp            |  124 -
 src/cppcache/include/geode/QueryService.hpp     |  179 -
 src/cppcache/include/geode/Region.hpp           | 1457 ----
 src/cppcache/include/geode/RegionAttributes.hpp |  406 --
 src/cppcache/include/geode/RegionEntry.hpp      |  113 -
 src/cppcache/include/geode/RegionEvent.hpp      |   77 -
 src/cppcache/include/geode/RegionFactory.hpp    |  274 -
 src/cppcache/include/geode/RegionService.hpp    |  124 -
 src/cppcache/include/geode/RegionShortcut.hpp   |   79 -
 src/cppcache/include/geode/ResultCollector.hpp  |  114 -
 src/cppcache/include/geode/ResultSet.hpp        |   87 -
 src/cppcache/include/geode/SelectResults.hpp    |   90 -
 .../include/geode/SelectResultsIterator.hpp     |  104 -
 src/cppcache/include/geode/Serializable.hpp     |  145 -
 src/cppcache/include/geode/Serializer.hpp       |  432 --
 src/cppcache/include/geode/Struct.hpp           |  169 -
 src/cppcache/include/geode/StructSet.hpp        |  106 -
 src/cppcache/include/geode/SystemProperties.hpp |  512 --
 src/cppcache/include/geode/TransactionId.hpp    |   46 -
 src/cppcache/include/geode/TypeRegistry.hpp     |   69 -
 src/cppcache/include/geode/UserData.hpp         |   40 -
 .../geode/UserFunctionExecutionException.hpp    |  125 -
 src/cppcache/include/geode/VectorT.hpp          |   47 -
 .../include/geode/WritablePdxInstance.hpp       |  541 --
 src/cppcache/include/geode/geode_base.hpp       |  323 -
 src/cppcache/include/geode/geode_globals.hpp    |  128 -
 src/cppcache/include/geode/geode_types.hpp      |  112 -
 .../geode/statistics/StatisticDescriptor.hpp    |   93 -
 .../include/geode/statistics/Statistics.hpp     |  532 --
 .../geode/statistics/StatisticsFactory.hpp      |  217 -
 .../include/geode/statistics/StatisticsType.hpp |   99 -
 src/cppcache/include/geode/utils.hpp            |   77 -
 .../integration-test/BBNamingContext.cpp        |  289 -
 .../integration-test/BBNamingContext.hpp        |   50 -
 .../BuiltinCacheableWrappers.hpp                | 1313 ----
 src/cppcache/integration-test/CMakeLists.txt    |  225 -
 .../integration-test/CTestCustom.cmake.in       |   17 -
 src/cppcache/integration-test/CacheHelper.cpp   | 1913 -----
 src/cppcache/integration-test/CacheHelper.hpp   |  346 -
 .../integration-test/CacheImplHelper.hpp        |   69 -
 .../integration-test/CacheServPoolRedun1.xml    |   40 -
 .../integration-test/CacheServPoolRedun2.xml    |   39 -
 .../integration-test/CacheServPoolRedun3.xml    |   38 -
 .../integration-test/CacheableWrapper.hpp       |  135 -
 src/cppcache/integration-test/DeltaEx.hpp       |  153 -
 src/cppcache/integration-test/InitSmartHeap.cpp |   27 -
 .../integration-test/LibraryCallbacks.cpp       |   61 -
 src/cppcache/integration-test/LocatorHelper.hpp |  151 -
 src/cppcache/integration-test/QueryHelper.hpp   |  385 -
 src/cppcache/integration-test/QueryStrings.hpp  |  738 --
 src/cppcache/integration-test/TallyListener.hpp |  225 -
 src/cppcache/integration-test/TallyLoader.hpp   |   75 -
 src/cppcache/integration-test/TallyWriter.hpp   |  156 -
 src/cppcache/integration-test/ThinClientCQ.hpp  |   64 -
 .../integration-test/ThinClientCallbackArg.hpp  |  197 -
 .../integration-test/ThinClientDistOps.hpp      |  914 ---
 .../integration-test/ThinClientDistOps2.hpp     |  386 -
 .../integration-test/ThinClientDurable.hpp      |  494 --
 .../ThinClientDurableConnect.hpp                |  354 -
 .../ThinClientDurableFailover.hpp               |  411 --
 .../integration-test/ThinClientDurableInit.hpp  |  113 -
 .../ThinClientDurableInterest.hpp               |  363 -
 .../ThinClientDurableReconnect.hpp              |  172 -
 .../integration-test/ThinClientFailover.hpp     |  427 --
 .../integration-test/ThinClientFailover2.hpp    |  551 --
 .../integration-test/ThinClientFailover3.hpp    |  376 -
 .../ThinClientFailoverInterest.hpp              |  431 --
 .../ThinClientFailoverInterest2.hpp             |  460 --
 .../ThinClientFailoverInterestAllWithCache.hpp  |  527 --
 .../ThinClientFailoverRegex.hpp                 |  510 --
 .../integration-test/ThinClientGatewayTest.hpp  |  193 -
 .../integration-test/ThinClientHeapLRU.hpp      |  261 -
 .../integration-test/ThinClientHelper.hpp       |  707 --
 .../integration-test/ThinClientInterest1.hpp    |  110 -
 .../integration-test/ThinClientInterest2.hpp    |  101 -
 .../integration-test/ThinClientInterest3.hpp    |  180 -
 .../ThinClientInterest3Cacheless.hpp            |  153 -
 .../integration-test/ThinClientInterestList.hpp |  424 --
 .../ThinClientInterestList2.hpp                 |  410 --
 .../integration-test/ThinClientListenerInit.hpp |  256 -
 .../ThinClientListenerWriter.hpp                |  505 --
 .../ThinClientLocalCacheLoader.hpp              |  266 -
 .../ThinClientMultipleCaches.hpp                |  104 -
 .../integration-test/ThinClientNotification.hpp |  497 --
 .../ThinClientPdxSerializer.hpp                 |  401 --
 .../ThinClientPdxSerializers.hpp                |  310 -
 .../integration-test/ThinClientPutAll.hpp       |  848 ---
 .../ThinClientPutAllTimeout.hpp                 |  250 -
 .../ThinClientPutAllWithCallBack.hpp            |  808 ---
 .../integration-test/ThinClientPutGetAll.hpp    |  630 --
 .../ThinClientRIwithlocalRegionDestroy.hpp      |  503 --
 .../integration-test/ThinClientRegex.hpp        |  429 --
 .../integration-test/ThinClientRegex2.hpp       |  466 --
 .../integration-test/ThinClientRegex3.hpp       |  417 --
 .../integration-test/ThinClientRemoveAll.hpp    |  427 --
 src/cppcache/integration-test/ThinClientSSL.hpp |  509 --
 .../ThinClientSSLWithPassword.hpp               |  523 --
 .../integration-test/ThinClientSecurity.hpp     |   82 -
 .../ThinClientSecurityHelper.hpp                |  265 -
 .../integration-test/ThinClientTXFailover.hpp   |  433 --
 .../integration-test/ThinClientTasks_C2S2.hpp   |   96 -
 .../integration-test/ThinClientTransactions.hpp | 1122 ---
 .../ThinClientTransactionsXA.hpp                | 1177 ----
 .../integration-test/ThinClientVersionedOps.hpp |  591 --
 src/cppcache/integration-test/TimeBomb.hpp      |  114 -
 src/cppcache/integration-test/cache.xml         |   27 -
 .../cacheServer_pdxreadserialized.xml           |   37 -
 .../integration-test/cache_redundancy.xml       |   29 -
 src/cppcache/integration-test/cacheserver.xml   |   40 -
 .../integration-test/cacheserver1_TradeKey.xml  |   62 -
 .../integration-test/cacheserver1_expiry.xml    |   38 -
 .../integration-test/cacheserver1_fpr.xml       |   72 -
 .../cacheserver1_partitioned.xml                |   50 -
 .../cacheserver1_partitioned_R1.xml             |   52 -
 .../cacheserver1_partitioned_servergroup.xml    |   49 -
 .../integration-test/cacheserver1_pool.xml      |   32 -
 .../integration-test/cacheserver1_pr.xml        |   41 -
 .../integration-test/cacheserver1_pr_putall.xml |   52 -
 src/cppcache/integration-test/cacheserver2.xml  |   34 -
 .../integration-test/cacheserver2_TradeKey.xml  |   62 -
 .../integration-test/cacheserver2_fpr.xml       |   72 -
 .../cacheserver2_partitioned.xml                |   48 -
 .../cacheserver2_partitioned_R1.xml             |   50 -
 .../cacheserver2_partitioned_servergroup.xml    |   47 -
 .../integration-test/cacheserver2_pool.xml      |   32 -
 .../integration-test/cacheserver2_pr.xml        |   41 -
 .../integration-test/cacheserver2_pr_putall.xml |   50 -
 src/cppcache/integration-test/cacheserver3.xml  |   34 -
 .../integration-test/cacheserver3_TradeKey.xml  |   62 -
 .../integration-test/cacheserver3_fpr.xml       |   72 -
 .../cacheserver3_partitioned.xml                |   50 -
 .../cacheserver3_partitioned_servergroup.xml    |   49 -
 .../integration-test/cacheserver3_pool.xml      |   33 -
 .../integration-test/cacheserver3_pr.xml        |   54 -
 .../integration-test/cacheserver3_pr_putall.xml |   52 -
 src/cppcache/integration-test/cacheserver4.xml  |   46 -
 .../integration-test/cacheserver4_pr_putall.xml |   52 -
 .../integration-test/cacheserverDurableCqs.xml  |   28 -
 .../integration-test/cacheserverForPdx.xml      |   49 -
 .../cacheserverForPdxWithAuto.xml               |   49 -
 .../integration-test/cacheserverMDS1.xml        |   32 -
 .../integration-test/cacheserverMDS2.xml        |   31 -
 .../integration-test/cacheserverPdx.xml         |   49 -
 .../integration-test/cacheserverPdx2.xml        |   49 -
 .../cacheserverPdxSerializer.xml                |   37 -
 .../cacheserver_concurrency_enabled1.xml        |   32 -
 .../cacheserver_concurrency_enabled2.xml        |   32 -
 .../cacheserver_concurrency_enabled_disk1.xml   |   35 -
 .../cacheserver_concurrency_enabled_disk2.xml   |   35 -
 ...rver_concurrency_enabled_disk_replicate1.xml |   35 -
 ...rver_concurrency_enabled_disk_replicate2.xml |   35 -
 .../integration-test/cacheserver_conflation.xml |   33 -
 .../integration-test/cacheserver_hashcode.xml   |   42 -
 .../cacheserver_interest_notify.xml             |   36 -
 .../integration-test/cacheserver_loader.xml     |   32 -
 .../cacheserver_notify_subscription.xml         |   53 -
 .../cacheserver_notify_subscription2.xml        |   53 -
 .../cacheserver_notify_subscription3.xml        |   40 -
 .../cacheserver_notify_subscription4.xml        |   40 -
 .../cacheserver_notify_subscription5.xml        |  154 -
 .../cacheserver_notify_subscription5N.xml       |  154 -
 .../cacheserver_notify_subscription6.xml        |   62 -
 .../cacheserver_notify_subscriptionBug849.xml   |   50 -
 ...server_notify_subscription_PutAllTimeout.xml |   44 -
 .../cacheserver_pdxinstance_hashcode.xml        |   49 -
 .../cacheserver_pool_client.xml                 |   61 -
 .../integration-test/cacheserver_remoteoql.xml  |   92 -
 .../integration-test/cacheserver_remoteoql2.xml |   92 -
 .../cacheserver_remoteoql2N.xml                 |   92 -
 .../integration-test/cacheserver_remoteoqlN.xml |   92 -
 .../cacheserver_servergroup.xml                 |   35 -
 .../cacheserver_servergroup2.xml                |   35 -
 .../integration-test/cacheserver_with_delta.xml |   57 -
 .../cacheserver_with_deltaAD.xml                |   42 -
 .../cacheserver_with_delta_test_impl.xml        |   39 -
 src/cppcache/integration-test/client_Loader.xml |   36 -
 .../client_generics_plugins.xml                 |   60 -
 src/cppcache/integration-test/client_pdx.xml    |   48 -
 src/cppcache/integration-test/client_pool.xml   |   50 -
 .../client_server_persistent_transactions.xml   |   31 -
 .../client_server_transactions.xml              |   37 -
 src/cppcache/integration-test/comparePerf.pl    |  102 -
 .../integration-test/cqqueryfailover.xml        |  108 -
 .../deprecated_xml_instructions.txt             |   72 -
 .../integration-test/func_cacheserver1_pool.xml |   96 -
 .../integration-test/func_cacheserver2_pool.xml |   97 -
 .../integration-test/func_cacheserver3_pool.xml |   89 -
 src/cppcache/integration-test/fw_dunit.cpp      | 1193 ----
 src/cppcache/integration-test/fw_dunit.hpp      |  366 -
 src/cppcache/integration-test/fw_helper.hpp     |  232 -
 src/cppcache/integration-test/fw_perf.hpp       |  248 -
 src/cppcache/integration-test/fw_spawn.hpp      |  129 -
 src/cppcache/integration-test/gateway1.xml      |   44 -
 src/cppcache/integration-test/gateway2.xml      |   41 -
 .../integration-test/invalid_cache1.xml         |   34 -
 .../integration-test/invalid_cache2.xml         |   34 -
 .../integration-test/invalid_cache3.xml         |   35 -
 .../integration-test/invalid_cache_pool.xml     |   88 -
 .../integration-test/invalid_cache_pool2.xml    |   89 -
 .../integration-test/invalid_cache_pool3.xml    |   88 -
 .../integration-test/invalid_cache_pool4.xml    |   91 -
 .../integration-test/invalid_overflowAttr1.xml  |   34 -
 .../integration-test/invalid_overflowAttr2.xml  |   39 -
 .../integration-test/invalid_overflowAttr3.xml  |   42 -
 .../keystore/client_keystore.password.pem       |   48 -
 .../keystore/client_keystore.pem                |   45 -
 .../keystore/client_keystore_corrupt.pem        |   45 -
 .../keystore/client_keystore_untrusted.pem      |   30 -
 .../keystore/client_truststore.pem              |   16 -
 .../integration-test/keystore/gemfire.pem       |  176 -
 .../integration-test/keystore/geode1.keystore   |  Bin 1536 -> 0 bytes
 .../integration-test/keystore/geode11.keystore  |  Bin 1546 -> 0 bytes
 .../integration-test/keystore/geode2.keystore   |  Bin 1536 -> 0 bytes
 .../integration-test/keystore/publickeyfile     |  Bin 4535 -> 0 bytes
 .../keystore/server_keystore.jks                |  Bin 2102 -> 0 bytes
 .../keystore/server_truststore.jks              |  Bin 1596 -> 0 bytes
 .../keystore/untrusted_server_keystore.jks      |  Bin 10764 -> 0 bytes
 .../keystore/untrusted_server_truststore.jks    |  Bin 1448 -> 0 bytes
 .../integration-test/locator_globals.hpp        |   29 -
 .../multi_get_function_server.xml               |   47 -
 .../integration-test/regionquery_diffconfig.xml |   93 -
 .../regionquery_diffconfig2.xml                 |   93 -
 .../regionquery_diffconfig2N.xml                |   93 -
 .../regionquery_diffconfig2_SG.xml              |   95 -
 .../regionquery_diffconfigN.xml                 |   93 -
 .../regionquery_diffconfig_SG.xml               |   95 -
 src/cppcache/integration-test/remotequery.xml   |  111 -
 src/cppcache/integration-test/remotequery2.xml  |  111 -
 src/cppcache/integration-test/remotequeryN.xml  |  108 -
 .../integration-test/serverDurableClient.xml    |   33 -
 src/cppcache/integration-test/system.properties |   38 -
 src/cppcache/integration-test/test.bat.in       |   59 -
 src/cppcache/integration-test/test.sh.in        |   64 -
 .../integration-test/testAttributesFactory.cpp  |  101 -
 .../integration-test/testAttributesMutator.cpp  |   82 -
 src/cppcache/integration-test/testCache.cpp     |  188 -
 src/cppcache/integration-test/testCacheless.cpp |  286 -
 src/cppcache/integration-test/testConnect.cpp   |   49 -
 .../testCreateAndDestroyPool.cpp                |   74 -
 .../integration-test/testDataOutput.cpp         |  302 -
 src/cppcache/integration-test/testDunit.cpp     |   85 -
 .../integration-test/testExpiration.cpp         |  408 --
 src/cppcache/integration-test/testFWHelper.cpp  |   36 -
 src/cppcache/integration-test/testFwPerf.cpp    |   66 -
 src/cppcache/integration-test/testLRUList.cpp   |  194 -
 src/cppcache/integration-test/testLinkage.cpp   |   95 -
 src/cppcache/integration-test/testLogger.cpp    |  335 -
 .../testOverflowPutGetSqLite.cpp                |  721 --
 .../testRegionAccessThreadSafe.cpp              |  142 -
 src/cppcache/integration-test/testRegionMap.cpp |  222 -
 .../integration-test/testRegionTemplateArgs.cpp | 1153 ---
 .../integration-test/testSerialization.cpp      |  220 -
 src/cppcache/integration-test/testSpinLock.cpp  |  157 -
 .../integration-test/testSystemProperties.cpp   |  162 -
 .../testThinClientAfterRegionLive.cpp           |  239 -
 .../integration-test/testThinClientBigValue.cpp |  406 --
 .../testThinClientCacheableStringArray.cpp      |  176 -
 .../testThinClientCacheables.cpp                |  306 -
 .../testThinClientCacheablesLimits.cpp          |  206 -
 .../testThinClientCallbackArg.cpp               |   21 -
 .../testThinClientClearRegion.cpp               |  162 -
 .../testThinClientConflation.cpp                |  300 -
 .../testThinClientContainsKeyOnServer.cpp       |   98 -
 .../integration-test/testThinClientCq.cpp       | 1267 ----
 .../integration-test/testThinClientCqDelta.cpp  |  313 -
 .../testThinClientCqDurable.cpp                 | 1041 ---
 .../testThinClientCqFailover.cpp                |  457 --
 .../testThinClientCqHAFailover.cpp              |  490 --
 .../integration-test/testThinClientCqIR.cpp     |  359 -
 .../testThinClientDeltaWithNotification.cpp     |  396 --
 .../testThinClientDisconnectionListioner.cpp    |   96 -
 .../integration-test/testThinClientDistOps2.cpp |   42 -
 ...stThinClientDistOpsDontUpdateLocatorList.cpp |   21 -
 .../testThinClientDistOpsNotSticky.cpp          |   21 -
 .../testThinClientDistOpsSticky.cpp             |   21 -
 .../testThinClientDistOpsUpdateLocatorList.cpp  |   21 -
 .../testThinClientDurableConnect.cpp            |   26 -
 .../testThinClientDurableCrashNormal.cpp        |   56 -
 .../testThinClientDurableCrashTimeout.cpp       |   55 -
 .../testThinClientDurableDisconnectNormal.cpp   |   53 -
 .../testThinClientDurableDisconnectTimeout.cpp  |   53 -
 ...tDurableFailoverClientClosedNoRedundancy.cpp |   22 -
 ...entDurableFailoverClientClosedRedundancy.cpp |   22 -
 ...DurableFailoverClientNotClosedRedundancy.cpp |   22 -
 .../testThinClientDurableInterest.cpp           |   44 -
 ...estThinClientDurableKeepAliveFalseNormal.cpp |   55 -
 ...stThinClientDurableKeepAliveFalseTimeout.cpp |   55 -
 ...testThinClientDurableKeepAliveTrueNormal.cpp |   55 -
 ...estThinClientDurableKeepAliveTrueTimeout.cpp |   55 -
 .../testThinClientDurableReconnect.cpp          |   22 -
 .../testThinClientExecuteFunctionPrSHOP.cpp     |  647 --
 .../integration-test/testThinClientFailover.cpp |   25 -
 .../testThinClientFailover2.cpp                 |   21 -
 .../testThinClientFailover3.cpp                 |   41 -
 .../testThinClientFailoverInterest.cpp          |   21 -
 .../testThinClientFailoverInterest2.cpp         |   21 -
 ...stThinClientFailoverInterestAllWithCache.cpp |   45 -
 .../testThinClientFailoverRegex.cpp             |   21 -
 .../testThinClientFixedPartitionResolver.cpp    |  555 --
 .../testThinClientGatewayTest.cpp               |   22 -
 .../testThinClientGetInterests.cpp              |  132 -
 .../testThinClientHADistOps.cpp                 |  577 --
 .../testThinClientHAEventIDMap.cpp              |  578 --
 .../testThinClientHAFailover.cpp                |  655 --
 .../testThinClientHAFailoverRegex.cpp           |  650 --
 .../testThinClientHAMixedRedundancy.cpp         |  570 --
 .../testThinClientHAPeriodicAck.cpp             |  577 --
 .../testThinClientHAQueryFailover.cpp           |  309 -
 .../integration-test/testThinClientHeapLRU.cpp  |  134 -
 .../testThinClientIntResPolKeysInv.cpp          |  462 --
 .../testThinClientInterest1.cpp                 |   33 -
 .../testThinClientInterest1Cacheless.cpp        |  141 -
 .../testThinClientInterest1_Bug1001.cpp         |  310 -
 .../testThinClientInterest2Pooled.cpp           |   33 -
 .../testThinClientInterest3.cpp                 |   33 -
 .../testThinClientInterest3Cacheless.cpp        |   33 -
 .../testThinClientInterestList.cpp              |   39 -
 .../testThinClientInterestList2.cpp             |   37 -
 .../testThinClientInterestNotify.cpp            |  543 --
 .../testThinClientLRUExpiration.cpp             | 1263 ----
 ...testThinClientLargePutAllWithCallBackArg.cpp |   47 -
 .../testThinClientListenerCallbackArgTest.cpp   |  360 -
 .../testThinClientListenerEvents.cpp            |  149 -
 .../testThinClientListenerInit.cpp              |   33 -
 ...ThinClientListenerWriterWithSubscription.cpp |   37 -
 ...nClientListenerWriterWithoutSubscription.cpp |   53 -
 .../testThinClientLocalCacheLoader.cpp          |   22 -
 .../integration-test/testThinClientLocator.cpp  |  132 -
 .../testThinClientLocatorFailover.cpp           |  243 -
 .../integration-test/testThinClientMultiDS.cpp  |  424 --
 .../testThinClientMultipleCaches.cpp            |   21 -
 .../testThinClientNotification.cpp              |   22 -
 ...nClientNotificationWithDeltaWithoutcache.cpp |  254 -
 .../testThinClientPRPutAllFailover.cpp          |  615 --
 .../testThinClientPRSingleHop.cpp               | 1341 ----
 .../testThinClientPRSingleHopServerGroup.cpp    |  681 --
 .../testThinClientPartitionResolver.cpp         |  172 -
 .../testThinClientPdxDeltaWithNotification.cpp  |  393 --
 .../integration-test/testThinClientPdxEnum.cpp  |  171 -
 .../testThinClientPdxInstance.cpp               | 2810 --------
 .../testThinClientPdxSerializer.cpp             |   41 -
 .../testThinClientPdxSerializerForJava.cpp      |   36 -
 .../integration-test/testThinClientPdxTests.cpp | 4284 -----------
 .../testThinClientPoolAttrTest.cpp              |  356 -
 .../testThinClientPoolExecuteFunction.cpp       | 1259 ----
 ...ExecuteFunctionDisableChunkHandlerThread.cpp |  425 --
 .../testThinClientPoolExecuteFunctionPrSHOP.cpp | 1196 ----
 ...ClientPoolExecuteFunctionThrowsException.cpp |  353 -
 .../testThinClientPoolExecuteHAFunction.cpp     |  490 --
 ...estThinClientPoolExecuteHAFunctionPrSHOP.cpp |  447 --
 .../testThinClientPoolLocator.cpp               |  239 -
 .../testThinClientPoolRedundancy.cpp            |  365 -
 .../testThinClientPoolRegInterest.cpp           |  107 -
 .../testThinClientPoolServer.cpp                |  200 -
 .../integration-test/testThinClientPutAll.cpp   |   30 -
 .../testThinClientPutAllPRSingleHop.cpp         |  436 --
 .../testThinClientPutAllTimeout.cpp             |   33 -
 ...ientPutAllWithCallBackArgWithConcurrency.cpp |   35 -
 ...tPutAllWithCallBackArgWithoutConcurrency.cpp |   35 -
 .../testThinClientPutGetAll.cpp                 |   22 -
 .../testThinClientPutWithDelta.cpp              |  233 -
 .../testThinClientRIwithlocalRegionDestroy.cpp  |   33 -
 .../integration-test/testThinClientRegex.cpp    |   41 -
 .../integration-test/testThinClientRegex2.cpp   |   41 -
 .../integration-test/testThinClientRegex3.cpp   |   36 -
 ...nClientRegionQueryDifferentServerConfigs.cpp |  232 -
 .../testThinClientRegionQueryExclusiveness.cpp  |  172 -
 .../testThinClientRemoteQueryFailover.cpp       |  246 -
 .../testThinClientRemoteQueryFailoverPdx.cpp    |  242 -
 .../testThinClientRemoteQueryRS.cpp             |  602 --
 .../testThinClientRemoteQuerySS.cpp             |  633 --
 .../testThinClientRemoteQueryTimeout.cpp        |  572 --
 .../testThinClientRemoteRegionQuery.cpp         |  517 --
 .../testThinClientRemoveAll.cpp                 |   37 -
 .../testThinClientRemoveAllLocal.cpp            |   27 -
 .../testThinClientRemoveAllSequence.cpp         |   32 -
 .../testThinClientRemoveOps.cpp                 | 1742 -----
 .../integration-test/testThinClientSSL.cpp      |   22 -
 .../testThinClientSSLAuthCorrupt.cpp            |  190 -
 .../testThinClientSSLAuthFail.cpp               |  190 -
 .../testThinClientSSLAuthUntrusted.cpp          |  191 -
 .../testThinClientSSLWithPassword.cpp           |   22 -
 .../testThinClientSSLWithSecurityAuthz.cpp      |  628 --
 .../testThinClientSecurityAuthentication.cpp    |  499 --
 .../testThinClientSecurityAuthenticationMU.cpp  |  550 --
 .../testThinClientSecurityAuthorization.cpp     |  717 --
 .../testThinClientSecurityAuthorizationMU.cpp   | 1084 ---
 .../testThinClientSecurityCQAuthorization.cpp   |  596 --
 .../testThinClientSecurityCQAuthorizationMU.cpp |  545 --
 .../testThinClientSecurityDH.cpp                |  473 --
 .../testThinClientSecurityDH_MU.cpp             |  505 --
 ...inClientSecurityDurableCQAuthorizationMU.cpp |  669 --
 .../testThinClientSecurityMultiUserTest.cpp     |  465 --
 .../testThinClientSecurityPostAuthorization.cpp |  387 -
 .../testThinClientStatistics.cpp                |  548 --
 .../testThinClientTXFailover.cpp                |   25 -
 .../testThinClientTicket303.cpp                 |  122 -
 .../testThinClientTicket304.cpp                 |  211 -
 .../testThinClientTicket317.cpp                 |  133 -
 .../integration-test/testThinClientTracking.cpp |  270 -
 .../testThinClientTransactionsWithSticky.cpp    |   50 -
 .../testThinClientTransactionsWithoutSticky.cpp |   50 -
 .../testThinClientTransactionsXA.cpp            |   34 -
 .../testThinClientVersionedOps.cpp              |   50 -
 ...hinClientVersionedOpsPartitionPersistent.cpp |   44 -
 .../testThinClientVersionedOpsReplicate.cpp     |   44 -
 ...hinClientVersionedOpsReplicatePersistent.cpp |   44 -
 .../testThinClientWriterException.cpp           |  252 -
 .../integration-test/testTimedSemaphore.cpp     |  142 -
 src/cppcache/integration-test/testUtils.hpp     |  184 -
 .../testXmlCacheCreationWithOverFlow.cpp        |  324 -
 .../testXmlCacheCreationWithPools.cpp           |  579 --
 .../testXmlCacheCreationWithRefid.cpp           |  262 -
 src/cppcache/integration-test/valid_cache.xml   |   86 -
 .../integration-test/valid_cache_pool.xml       |   91 -
 .../integration-test/valid_cache_refid.xml      |   83 -
 .../valid_cache_region_refid.xml                |   81 -
 .../valid_declarative_cache_creation.xml        |   36 -
 .../integration-test/valid_lruExpiration.xml    |  266 -
 .../integration-test/valid_overflowAttr.xml     |  124 -
 src/cppcache/src/AdminRegion.cpp                |  148 -
 src/cppcache/src/AdminRegion.hpp                |   83 -
 src/cppcache/src/AppDomainContext.cpp           |   29 -
 src/cppcache/src/AppDomainContext.hpp           |   42 -
 src/cppcache/src/Assert.cpp                     |   35 -
 src/cppcache/src/AttributesFactory.cpp          |  204 -
 src/cppcache/src/AttributesMutator.cpp          |  165 -
 src/cppcache/src/AutoDelete.hpp                 |   73 -
 src/cppcache/src/BucketServerLocation.hpp       |  194 -
 src/cppcache/src/CMakeLists.txt                 |  145 -
 src/cppcache/src/Cache.cpp                      |  270 -
 src/cppcache/src/CacheAttributes.cpp            |   76 -
 src/cppcache/src/CacheConfig.cpp                |  141 -
 src/cppcache/src/CacheConfig.hpp                |   82 -
 src/cppcache/src/CacheFactory.cpp               |  183 -
 src/cppcache/src/CacheImpl.cpp                  |  806 ---
 src/cppcache/src/CacheImpl.hpp                  |  354 -
 src/cppcache/src/CacheListener.cpp              |   52 -
 src/cppcache/src/CacheLoader.cpp                |   29 -
 src/cppcache/src/CachePerfStats.hpp             |  364 -
 src/cppcache/src/CacheRegionHelper.cpp          |   48 -
 src/cppcache/src/CacheRegionHelper.hpp          |   47 -
 src/cppcache/src/CacheStatistics.cpp            |   43 -
 src/cppcache/src/CacheTransactionManager.cpp    |   27 -
 .../src/CacheTransactionManagerImpl.cpp         |  685 --
 .../src/CacheTransactionManagerImpl.hpp         |   94 -
 src/cppcache/src/CacheWriter.cpp                |   43 -
 src/cppcache/src/CacheXml.cpp                   |  186 -
 src/cppcache/src/CacheXml.hpp                   |  220 -
 src/cppcache/src/CacheXmlCreation.cpp           |   63 -
 src/cppcache/src/CacheXmlCreation.hpp           |   99 -
 src/cppcache/src/CacheXmlParser.cpp             | 1687 -----
 src/cppcache/src/CacheXmlParser.hpp             |  161 -
 src/cppcache/src/CacheableBuiltins.cpp          |   61 -
 src/cppcache/src/CacheableDate.cpp              |  133 -
 src/cppcache/src/CacheableEnum.cpp              |  111 -
 src/cppcache/src/CacheableFileName.cpp          |   72 -
 src/cppcache/src/CacheableKey.cpp               |   35 -
 src/cppcache/src/CacheableObjectArray.cpp       |   73 -
 src/cppcache/src/CacheableObjectPartList.cpp    |  140 -
 src/cppcache/src/CacheableObjectPartList.hpp    |  160 -
 src/cppcache/src/CacheableString.cpp            |  337 -
 src/cppcache/src/CacheableToken.cpp             |   84 -
 src/cppcache/src/CacheableToken.hpp             |  133 -
 src/cppcache/src/CacheableUndefined.cpp         |   44 -
 src/cppcache/src/CachedDeserializableHelper.hpp |  106 -
 src/cppcache/src/ClientConnectionRequest.cpp    |   48 -
 src/cppcache/src/ClientConnectionRequest.hpp    |   72 -
 src/cppcache/src/ClientConnectionResponse.cpp   |   36 -
 src/cppcache/src/ClientConnectionResponse.hpp   |   55 -
 src/cppcache/src/ClientHealthStats.cpp          |   87 -
 src/cppcache/src/ClientHealthStats.hpp          |   95 -
 src/cppcache/src/ClientMetadata.cpp             |  391 --
 src/cppcache/src/ClientMetadata.hpp             |  112 -
 src/cppcache/src/ClientMetadataService.cpp      |  887 ---
 src/cppcache/src/ClientMetadataService.hpp      |  238 -
 src/cppcache/src/ClientProxyMembershipID.cpp    |  404 --
 src/cppcache/src/ClientProxyMembershipID.hpp    |  135 -
 .../src/ClientProxyMembershipIDFactory.cpp      |   44 -
 .../src/ClientProxyMembershipIDFactory.hpp      |   49 -
 src/cppcache/src/ClientReplacementRequest.cpp   |   33 -
 src/cppcache/src/ClientReplacementRequest.hpp   |   50 -
 src/cppcache/src/ConcurrentEntriesMap.cpp       |  241 -
 src/cppcache/src/ConcurrentEntriesMap.hpp       |  175 -
 src/cppcache/src/Condition.cpp                  |   49 -
 src/cppcache/src/Condition.hpp                  |   80 -
 src/cppcache/src/ConnectCounter.cpp             |   29 -
 src/cppcache/src/ConnectCounter.hpp             |   42 -
 src/cppcache/src/Connector.hpp                  |  111 -
 src/cppcache/src/CppCacheLibrary.cpp            |  193 -
 src/cppcache/src/CppCacheLibrary.hpp            |   57 -
 src/cppcache/src/CqAttributesFactory.cpp        |   51 -
 src/cppcache/src/CqAttributesImpl.cpp           |   82 -
 src/cppcache/src/CqAttributesImpl.hpp           |   76 -
 src/cppcache/src/CqAttributesMutatorImpl.cpp    |   37 -
 src/cppcache/src/CqAttributesMutatorImpl.hpp    |   85 -
 src/cppcache/src/CqEventImpl.cpp                |  105 -
 src/cppcache/src/CqEventImpl.hpp                |  108 -
 src/cppcache/src/CqListener.cpp                 |   24 -
 src/cppcache/src/CqQueryImpl.cpp                |  598 --
 src/cppcache/src/CqQueryImpl.hpp                |  282 -
 src/cppcache/src/CqQueryVsdStats.cpp            |   88 -
 src/cppcache/src/CqQueryVsdStats.hpp            |   88 -
 src/cppcache/src/CqService.cpp                  |  616 --
 src/cppcache/src/CqService.hpp                  |  260 -
 src/cppcache/src/CqServiceVsdStats.cpp          |   88 -
 src/cppcache/src/CqServiceVsdStats.hpp          |  123 -
 src/cppcache/src/CqState.cpp                    |   41 -
 src/cppcache/src/CqStatusListener.cpp           |   28 -
 src/cppcache/src/DSMemberForVersionStamp.hpp    |   49 -
 src/cppcache/src/DataInput.cpp                  |   39 -
 src/cppcache/src/DataInputInternal.hpp          |   43 -
 src/cppcache/src/DataOutput.cpp                 |  138 -
 src/cppcache/src/DataOutputInternal.hpp         |   44 -
 src/cppcache/src/Delta.cpp                      |   39 -
 src/cppcache/src/DiffieHellman.cpp              |  186 -
 src/cppcache/src/DiffieHellman.hpp              |  107 -
 src/cppcache/src/DiskPolicyType.cpp             |   40 -
 src/cppcache/src/DiskStoreId.cpp                |   45 -
 src/cppcache/src/DiskStoreId.hpp                |  108 -
 src/cppcache/src/DiskVersionTag.hpp             |   84 -
 src/cppcache/src/DistributedSystem.cpp          |  285 -
 src/cppcache/src/DistributedSystemImpl.cpp      |  112 -
 src/cppcache/src/DistributedSystemImpl.hpp      |  144 -
 src/cppcache/src/EntriesMap.hpp                 |  183 -
 src/cppcache/src/EntriesMapFactory.cpp          |   95 -
 src/cppcache/src/EntriesMapFactory.hpp          |   48 -
 src/cppcache/src/EntryEvent.cpp                 |   44 -
 src/cppcache/src/EntryExpiryHandler.cpp         |  152 -
 src/cppcache/src/EntryExpiryHandler.hpp         |   80 -
 src/cppcache/src/EnumInfo.cpp                   |   84 -
 src/cppcache/src/EnumInfo.hpp                   |   69 -
 src/cppcache/src/EventId.cpp                    |  187 -
 src/cppcache/src/EventId.hpp                    |  156 -
 src/cppcache/src/EventIdMap.cpp                 |  200 -
 src/cppcache/src/EventIdMap.hpp                 |  172 -
 src/cppcache/src/EventSource.cpp                |   87 -
 src/cppcache/src/EventSource.hpp                |  116 -
 src/cppcache/src/EventType.hpp                  |   49 -
 src/cppcache/src/EvictionController.cpp         |  170 -
 src/cppcache/src/EvictionController.hpp         |  124 -
 src/cppcache/src/EvictionThread.cpp             |   50 -
 src/cppcache/src/EvictionThread.hpp             |   72 -
 src/cppcache/src/Exception.cpp                  |  156 -
 src/cppcache/src/ExceptionTypes.cpp             |  348 -
 src/cppcache/src/ExecutionImpl.cpp              |  559 --
 src/cppcache/src/ExecutionImpl.hpp              |  116 -
 src/cppcache/src/ExpMapEntry.cpp                |   38 -
 src/cppcache/src/ExpMapEntry.hpp                |  100 -
 src/cppcache/src/ExpirationAction.cpp           |   49 -
 src/cppcache/src/ExpirationAttributes.cpp       |   34 -
 src/cppcache/src/ExpiryHandler_T.hpp            |   75 -
 src/cppcache/src/ExpiryTaskManager.cpp          |  117 -
 src/cppcache/src/ExpiryTaskManager.hpp          |  278 -
 src/cppcache/src/FairQueue.hpp                  |  179 -
 src/cppcache/src/FarSideEntryOp.cpp             |  238 -
 src/cppcache/src/FarSideEntryOp.hpp             |  129 -
 .../src/FixedPartitionAttributesImpl.hpp        |  128 -
 src/cppcache/src/FunctionService.cpp            |  154 -
 src/cppcache/src/FunctionServiceImpl.cpp        |   31 -
 src/cppcache/src/FunctionServiceImpl.hpp        |   71 -
 .../src/GatewayEventCallbackArgument.hpp        |   72 -
 .../src/GatewaySenderEventCallbackArgument.hpp  |   76 -
 src/cppcache/src/GeodeTypeIdsImpl.hpp           |   85 -
 src/cppcache/src/GetAllServersRequest.cpp       |   29 -
 src/cppcache/src/GetAllServersRequest.hpp       |   56 -
 src/cppcache/src/GetAllServersResponse.cpp      |   39 -
 src/cppcache/src/GetAllServersResponse.hpp      |   58 -
 src/cppcache/src/IntQueue.hpp                   |  123 -
 src/cppcache/src/InterestResultPolicy.cpp       |   25 -
 src/cppcache/src/InterestResultPolicy.hpp       |   55 -
 .../src/InternalCacheTransactionManager2PC.cpp  |   27 -
 .../InternalCacheTransactionManager2PCImpl.cpp  |  217 -
 .../InternalCacheTransactionManager2PCImpl.hpp  |   59 -
 src/cppcache/src/InternalDataView.cpp           |   39 -
 src/cppcache/src/InternalDataView.hpp           |   42 -
 src/cppcache/src/LRUAction.cpp                  |  117 -
 src/cppcache/src/LRUAction.hpp                  |  185 -
 src/cppcache/src/LRUEntriesMap.cpp              |  516 --
 src/cppcache/src/LRUEntriesMap.hpp              |  143 -
 src/cppcache/src/LRUExpMapEntry.cpp             |   38 -
 src/cppcache/src/LRUExpMapEntry.hpp             |  104 -
 src/cppcache/src/LRUList.cpp                    |  136 -
 src/cppcache/src/LRUList.hpp                    |  158 -
 src/cppcache/src/LRULocalDestroyAction.cpp      |   36 -
 src/cppcache/src/LRULocalDestroyAction.hpp      |   58 -
 src/cppcache/src/LRUMapEntry.cpp                |   37 -
 src/cppcache/src/LRUMapEntry.hpp                |  125 -
 src/cppcache/src/LocalRegion.cpp                | 3178 ---------
 src/cppcache/src/LocalRegion.hpp                |  511 --
 src/cppcache/src/LocatorListRequest.cpp         |   35 -
 src/cppcache/src/LocatorListRequest.hpp         |   46 -
 src/cppcache/src/LocatorListResponse.cpp        |   46 -
 src/cppcache/src/LocatorListResponse.hpp        |   55 -
 src/cppcache/src/Log.cpp                        |  846 ---
 src/cppcache/src/MapEntry.cpp                   |   39 -
 src/cppcache/src/MapEntry.hpp                   |  292 -
 src/cppcache/src/MapEntryT.hpp                  |  307 -
 src/cppcache/src/MapSegment.cpp                 |  776 --
 src/cppcache/src/MapSegment.hpp                 |  315 -
 src/cppcache/src/MapWithLock.hpp                |   63 -
 src/cppcache/src/MemberListForVersionStamp.cpp  |   54 -
 src/cppcache/src/MemberListForVersionStamp.hpp  |   65 -
 src/cppcache/src/NoResult.hpp                   |   69 -
 src/cppcache/src/NonCopyable.hpp                |   46 -
 src/cppcache/src/PartitionResolver.cpp          |   31 -
 src/cppcache/src/PdxEnumInstantiator.cpp        |   54 -
 src/cppcache/src/PdxEnumInstantiator.hpp        |   57 -
 src/cppcache/src/PdxFieldType.cpp               |  169 -
 src/cppcache/src/PdxFieldType.hpp               |  111 -
 src/cppcache/src/PdxHelper.cpp                  |  442 --
 src/cppcache/src/PdxHelper.hpp                  |   90 -
 src/cppcache/src/PdxInstanceFactoryImpl.cpp     |  417 --
 src/cppcache/src/PdxInstanceFactoryImpl.hpp     |  469 --
 src/cppcache/src/PdxInstanceImpl.cpp            | 2593 -------
 src/cppcache/src/PdxInstanceImpl.hpp            | 1193 ----
 src/cppcache/src/PdxInstantiator.cpp            |   58 -
 src/cppcache/src/PdxInstantiator.hpp            |   54 -
 src/cppcache/src/PdxLocalReader.cpp             |  387 -
 src/cppcache/src/PdxLocalReader.hpp             |  227 -
 src/cppcache/src/PdxLocalWriter.cpp             |  489 --
 src/cppcache/src/PdxLocalWriter.hpp             |  349 -
 src/cppcache/src/PdxReaderWithTypeCollector.cpp |  642 --
 src/cppcache/src/PdxReaderWithTypeCollector.hpp |  182 -
 src/cppcache/src/PdxRemotePreservedData.hpp     |  117 -
 src/cppcache/src/PdxRemoteReader.cpp            | 1062 ---
 src/cppcache/src/PdxRemoteReader.hpp            |  218 -
 src/cppcache/src/PdxRemoteWriter.cpp            |  318 -
 src/cppcache/src/PdxRemoteWriter.hpp            |  242 -
 src/cppcache/src/PdxSerializable.cpp            |   66 -
 src/cppcache/src/PdxType.cpp                    |  604 --
 src/cppcache/src/PdxType.hpp                    |  204 -
 src/cppcache/src/PdxTypeRegistry.cpp            |  284 -
 src/cppcache/src/PdxTypeRegistry.hpp            |  145 -
 src/cppcache/src/PdxTypes.hpp                   |   46 -
 src/cppcache/src/PdxWrapper.cpp                 |  176 -
 src/cppcache/src/PdxWriterWithTypeCollector.cpp |  335 -
 src/cppcache/src/PdxWriterWithTypeCollector.hpp |  231 -
 src/cppcache/src/PersistenceManager.cpp         |   29 -
 src/cppcache/src/Pool.cpp                       |  117 -
 src/cppcache/src/PoolAttributes.cpp             |  148 -
 src/cppcache/src/PoolAttributes.hpp             |  165 -
 src/cppcache/src/PoolFactory.cpp                |  204 -
 src/cppcache/src/PoolManager.cpp                |  129 -
 src/cppcache/src/PoolStatistics.cpp             |  205 -
 src/cppcache/src/PoolStatistics.hpp             |  177 -
 src/cppcache/src/PoolXmlCreation.cpp            |   48 -
 src/cppcache/src/PoolXmlCreation.hpp            |   91 -
 src/cppcache/src/PreservedDataExpiryHandler.cpp |   65 -
 src/cppcache/src/PreservedDataExpiryHandler.hpp |   80 -
 src/cppcache/src/Properties.cpp                 |  340 -
 src/cppcache/src/ProxyCache.cpp                 |  178 -
 src/cppcache/src/ProxyCache.hpp                 |  144 -
 src/cppcache/src/ProxyRegion.cpp                |   29 -
 src/cppcache/src/ProxyRegion.hpp                | 1524 ----
 src/cppcache/src/ProxyRemoteQueryService.cpp    |  200 -
 src/cppcache/src/ProxyRemoteQueryService.hpp    |   76 -
 src/cppcache/src/PutAllPartialResult.cpp        |   68 -
 src/cppcache/src/PutAllPartialResult.hpp        |  140 -
 .../src/PutAllPartialResultServerException.cpp  |  103 -
 .../src/PutAllPartialResultServerException.hpp  |  148 -
 src/cppcache/src/Queue.hpp                      |  171 -
 src/cppcache/src/QueueConnectionRequest.cpp     |   68 -
 src/cppcache/src/QueueConnectionRequest.hpp     |   67 -
 src/cppcache/src/QueueConnectionResponse.cpp    |   44 -
 src/cppcache/src/QueueConnectionResponse.hpp    |   56 -
 src/cppcache/src/ReadWriteLock.cpp              |   83 -
 src/cppcache/src/ReadWriteLock.hpp              |   95 -
 src/cppcache/src/Region.cpp                     |   27 -
 src/cppcache/src/RegionAttributes.cpp           |  750 --
 src/cppcache/src/RegionCommit.cpp               |   70 -
 src/cppcache/src/RegionCommit.hpp               |   66 -
 src/cppcache/src/RegionConfig.cpp               |   67 -
 src/cppcache/src/RegionConfig.hpp               |   65 -
 src/cppcache/src/RegionEntry.cpp                |   48 -
 src/cppcache/src/RegionEvent.cpp                |   35 -
 src/cppcache/src/RegionExpiryHandler.cpp        |  134 -
 src/cppcache/src/RegionExpiryHandler.hpp        |   75 -
 src/cppcache/src/RegionFactory.cpp              |  218 -
 src/cppcache/src/RegionGlobalLocks.hpp          |   46 -
 src/cppcache/src/RegionInternal.cpp             |  259 -
 src/cppcache/src/RegionInternal.hpp             |  312 -
 src/cppcache/src/RegionStats.cpp                |  206 -
 src/cppcache/src/RegionStats.hpp                |  152 -
 src/cppcache/src/RegionXmlCreation.cpp          |   70 -
 src/cppcache/src/RegionXmlCreation.hpp          |  134 -
 src/cppcache/src/RemoteQuery.cpp                |  203 -
 src/cppcache/src/RemoteQuery.hpp                |   88 -
 src/cppcache/src/RemoteQueryService.cpp         |  306 -
 src/cppcache/src/RemoteQueryService.hpp         |   97 -
 src/cppcache/src/ResultCollector.cpp            |   44 -
 src/cppcache/src/ResultSetImpl.cpp              |   56 -
 src/cppcache/src/ResultSetImpl.hpp              |   69 -
 src/cppcache/src/SelectResultsIterator.cpp      |   60 -
 src/cppcache/src/Serializable.cpp               |   51 -
 src/cppcache/src/SerializationRegistry.cpp      |  459 --
 src/cppcache/src/SerializationRegistry.hpp      |  224 -
 src/cppcache/src/ServerLocation.cpp             |   33 -
 src/cppcache/src/ServerLocation.hpp             |  180 -
 src/cppcache/src/ServerLocationRequest.cpp      |   29 -
 src/cppcache/src/ServerLocationRequest.hpp      |   41 -
 src/cppcache/src/ServerLocationResponse.hpp     |   46 -
 src/cppcache/src/Set.hpp                        |  131 -
 src/cppcache/src/SslSockStream.cpp              |  123 -
 src/cppcache/src/SslSockStream.hpp              |   96 -
 src/cppcache/src/StackFrame.cpp                 |   43 -
 src/cppcache/src/StackFrame.hpp                 |  150 -
 src/cppcache/src/StackTrace.cpp                 |  205 -
 src/cppcache/src/StackTrace.hpp                 |   69 -
 src/cppcache/src/Struct.cpp                     |  155 -
 src/cppcache/src/StructSetImpl.cpp              |   95 -
 src/cppcache/src/StructSetImpl.hpp              |   81 -
 src/cppcache/src/SuspendedTxExpiryHandler.cpp   |   54 -
 src/cppcache/src/SuspendedTxExpiryHandler.hpp   |   70 -
 src/cppcache/src/SystemProperties.cpp           |  950 ---
 src/cppcache/src/TSSTXStateWrapper.cpp          |   42 -
 src/cppcache/src/TSSTXStateWrapper.hpp          |   55 -
 src/cppcache/src/TXCleaner.cpp                  |   59 -
 src/cppcache/src/TXCleaner.hpp                  |   57 -
 src/cppcache/src/TXCommitMessage.cpp            |  174 -
 src/cppcache/src/TXCommitMessage.hpp            |   57 -
 src/cppcache/src/TXEntryState.cpp               |  375 -
 src/cppcache/src/TXEntryState.hpp               |   90 -
 src/cppcache/src/TXId.cpp                       |   39 -
 src/cppcache/src/TXId.hpp                       |   57 -
 src/cppcache/src/TXState.cpp                    |  140 -
 src/cppcache/src/TXState.hpp                    |  104 -
 src/cppcache/src/TableOfPrimes.hpp              |   94 -
 src/cppcache/src/Task.hpp                       |   86 -
 src/cppcache/src/TcpConn.cpp                    |  369 -
 src/cppcache/src/TcpConn.hpp                    |  141 -
 src/cppcache/src/TcpSslConn.cpp                 |  213 -
 src/cppcache/src/TcpSslConn.hpp                 |  101 -
 src/cppcache/src/TcrChunkedContext.hpp          |  194 -
 src/cppcache/src/TcrConnection.cpp              | 1590 -----
 src/cppcache/src/TcrConnection.hpp              |  419 --
 src/cppcache/src/TcrConnectionManager.cpp       |  611 --
 src/cppcache/src/TcrConnectionManager.hpp       |  218 -
 src/cppcache/src/TcrDistributionManager.cpp     |   60 -
 src/cppcache/src/TcrDistributionManager.hpp     |   60 -
 src/cppcache/src/TcrEndpoint.cpp                | 1359 ----
 src/cppcache/src/TcrEndpoint.hpp                |  268 -
 src/cppcache/src/TcrHADistributionManager.cpp   |   97 -
 src/cppcache/src/TcrHADistributionManager.hpp   |  100 -
 src/cppcache/src/TcrMessage.cpp                 | 3077 --------
 src/cppcache/src/TcrMessage.hpp                 | 1376 ----
 src/cppcache/src/TcrPoolEndPoint.cpp            |  145 -
 src/cppcache/src/TcrPoolEndPoint.hpp            |   67 -
 src/cppcache/src/ThinClientBaseDM.cpp           |  335 -
 src/cppcache/src/ThinClientBaseDM.hpp           |  207 -
 .../src/ThinClientCacheDistributionManager.cpp  |  199 -
 .../src/ThinClientCacheDistributionManager.hpp  |   68 -
 .../src/ThinClientDistributionManager.cpp       |  427 --
 .../src/ThinClientDistributionManager.hpp       |   82 -
 src/cppcache/src/ThinClientHARegion.cpp         |  188 -
 src/cppcache/src/ThinClientHARegion.hpp         |   91 -
 src/cppcache/src/ThinClientLocatorHelper.cpp    |  469 --
 src/cppcache/src/ThinClientLocatorHelper.hpp    |   74 -
 src/cppcache/src/ThinClientPoolDM.cpp           | 2406 -------
 src/cppcache/src/ThinClientPoolDM.hpp           |  628 --
 src/cppcache/src/ThinClientPoolHADM.cpp         |  287 -
 src/cppcache/src/ThinClientPoolHADM.hpp         |  152 -
 src/cppcache/src/ThinClientPoolRegion.cpp       |   62 -
 src/cppcache/src/ThinClientPoolRegion.hpp       |   58 -
 src/cppcache/src/ThinClientPoolStickyDM.cpp     |  148 -
 src/cppcache/src/ThinClientPoolStickyDM.hpp     |   60 -
 src/cppcache/src/ThinClientPoolStickyHADM.hpp   |   41 -
 .../src/ThinClientRedundancyManager.cpp         | 1317 ----
 .../src/ThinClientRedundancyManager.hpp         |  150 -
 src/cppcache/src/ThinClientRegion.cpp           | 4069 -----------
 src/cppcache/src/ThinClientRegion.hpp           |  645 --
 src/cppcache/src/ThinClientStickyManager.cpp    |  218 -
 src/cppcache/src/ThinClientStickyManager.hpp    |   63 -
 src/cppcache/src/ThreadPool.cpp                 |  145 -
 src/cppcache/src/ThreadPool.hpp                 |  152 -
 src/cppcache/src/TimeoutTimer.hpp               |   73 -
 src/cppcache/src/TombstoneExpiryHandler.cpp     |   93 -
 src/cppcache/src/TombstoneExpiryHandler.hpp     |   79 -
 src/cppcache/src/TombstoneList.cpp              |  174 -
 src/cppcache/src/TombstoneList.hpp              |  113 -
 src/cppcache/src/TrackedMapEntry.cpp            |   48 -
 src/cppcache/src/TrackedMapEntry.hpp            |   84 -
 src/cppcache/src/TransactionId.cpp              |   39 -
 src/cppcache/src/TransactionSuspender.cpp       |   42 -
 src/cppcache/src/TransactionSuspender.hpp       |   47 -
 src/cppcache/src/TransactionalOperation.cpp     |  135 -
 src/cppcache/src/TransactionalOperation.hpp     |   75 -
 src/cppcache/src/TssConnectionWrapper.cpp       |  137 -
 src/cppcache/src/TssConnectionWrapper.hpp       |   80 -
 src/cppcache/src/TypeRegistry.cpp               |   44 -
 src/cppcache/src/UserAttributes.cpp             |  155 -
 src/cppcache/src/UserAttributes.hpp             |  158 -
 .../src/UserFunctionExecutionException.cpp      |   55 -
 src/cppcache/src/Utils.cpp                      |  230 -
 src/cppcache/src/Utils.hpp                      |  212 -
 src/cppcache/src/Version.cpp                    |   27 -
 src/cppcache/src/Version.hpp                    |   43 -
 src/cppcache/src/VersionStamp.cpp               |  235 -
 src/cppcache/src/VersionStamp.hpp               |   92 -
 src/cppcache/src/VersionTag.cpp                 |  106 -
 src/cppcache/src/VersionTag.hpp                 |   95 -
 .../src/VersionedCacheableObjectPartList.cpp    |  336 -
 .../src/VersionedCacheableObjectPartList.hpp    |  306 -
 src/cppcache/src/apache-geode.rc                |   48 -
 src/cppcache/src/config.h.in                    |   37 -
 src/cppcache/src/dllmain.cpp                    |  102 -
 src/cppcache/src/geodeBanner.cpp                |   26 -
 src/cppcache/src/geodeBanner.hpp                |   35 -
 .../src/statistics/AtomicStatisticsImpl.cpp     |  544 --
 .../src/statistics/AtomicStatisticsImpl.hpp     |  237 -
 .../src/statistics/GeodeStatisticsFactory.cpp   |  246 -
 .../src/statistics/GeodeStatisticsFactory.hpp   |  131 -
 src/cppcache/src/statistics/HostStatHelper.cpp  |  149 -
 src/cppcache/src/statistics/HostStatHelper.hpp  |   86 -
 .../src/statistics/HostStatHelperLinux.cpp      |  186 -
 .../src/statistics/HostStatHelperLinux.hpp      |   55 -
 .../src/statistics/HostStatHelperNull.cpp       |   18 -
 .../src/statistics/HostStatHelperNull.hpp       |   40 -
 .../src/statistics/HostStatHelperSolaris.cpp    |  231 -
 .../src/statistics/HostStatHelperSolaris.hpp    |   71 -
 .../src/statistics/HostStatHelperWin.cpp        |  794 ---
 .../src/statistics/HostStatHelperWin.hpp        |  305 -
 src/cppcache/src/statistics/HostStatSampler.cpp |  780 --
 src/cppcache/src/statistics/HostStatSampler.hpp |  264 -
 .../src/statistics/LinuxProcessStats.cpp        |  122 -
 .../src/statistics/LinuxProcessStats.hpp        |   89 -
 .../src/statistics/NullProcessStats.cpp         |   42 -
 .../src/statistics/NullProcessStats.hpp         |   60 -
 .../src/statistics/OsStatisticsImpl.cpp         |  533 --
 .../src/statistics/OsStatisticsImpl.hpp         |  263 -
 .../src/statistics/PoolStatsSampler.cpp         |  140 -
 .../src/statistics/PoolStatsSampler.hpp         |   73 -
 src/cppcache/src/statistics/ProcessStats.cpp    |   28 -
 src/cppcache/src/statistics/ProcessStats.hpp    |   83 -
 .../src/statistics/SolarisProcessStats.cpp      |  130 -
 .../src/statistics/SolarisProcessStats.hpp      |   89 -
 .../src/statistics/StatArchiveWriter.cpp        |  626 --
 .../src/statistics/StatArchiveWriter.hpp        |  280 -
 .../src/statistics/StatSamplerStats.cpp         |   92 -
 .../src/statistics/StatSamplerStats.hpp         |   61 -
 .../src/statistics/StatisticDescriptorImpl.cpp  |  262 -
 .../src/statistics/StatisticDescriptorImpl.hpp  |  254 -
 src/cppcache/src/statistics/Statistics.cpp      |  146 -
 .../src/statistics/StatisticsManager.cpp        |  235 -
 .../src/statistics/StatisticsManager.hpp        |  117 -
 .../src/statistics/StatisticsTypeImpl.cpp       |  186 -
 .../src/statistics/StatisticsTypeImpl.hpp       |  105 -
 src/cppcache/src/statistics/StatsDef.hpp        |   57 -
 .../src/statistics/WindowsProcessStats.cpp      |  232 -
 .../src/statistics/WindowsProcessStats.hpp      |   94 -
 .../src/util/concurrent/spinlock_mutex.hpp      |   51 -
 src/cppcache/src/version.cmake.in               |   56 -
 src/cppcache/src/version.h.in                   |   22 -
 src/cppcache/test/AutoDeleteTest.cpp            |   55 -
 src/cppcache/test/ByteArray.cpp                 |  126 -
 src/cppcache/test/ByteArray.hpp                 |   66 -
 src/cppcache/test/ByteArrayFixture.cpp          |   59 -
 src/cppcache/test/ByteArrayFixture.hpp          |   39 -
 src/cppcache/test/ByteArrayTest.cpp             |  115 -
 src/cppcache/test/CMakeLists.txt                |   66 -
 src/cppcache/test/CacheXmlParserTest.cpp        |  117 -
 src/cppcache/test/CacheableKeysTest.cpp         |   84 -
 .../test/CacheableStringEqualityTest.cpp        |  178 -
 .../test/ClientProxyMembershipIDFactoryTest.cpp |   45 -
 src/cppcache/test/DataInputTest.cpp             |  923 ---
 src/cppcache/test/DataOutputTest.cpp            |  340 -
 src/cppcache/test/DiskPolicyTypeTest.cpp        |   72 -
 src/cppcache/test/ExpirationActionTest.cpp      |  148 -
 src/cppcache/test/InterestResultPolicyTest.cpp  |   34 -
 src/cppcache/test/PdxLocalReaderTest.cpp        |  111 -
 src/cppcache/test/StructSetTest.cpp             |   91 -
 src/cppcache/test/TcrMessage_unittest.cpp       |  707 --
 src/cppcache/test/apache-geode_unittests.bat.in |   26 -
 src/cppcache/test/apache-geode_unittests.sh.in  |   30 -
 src/cppcache/test/geodeBannerTest.cpp           |   26 -
 src/cryptoimpl/CMakeLists.txt                   |   39 -
 src/cryptoimpl/DHImpl.cpp                       |  729 --
 src/cryptoimpl/DHImpl.hpp                       |  100 -
 src/cryptoimpl/SSLImpl.cpp                      |  131 -
 src/cryptoimpl/SSLImpl.hpp                      |   62 -
 src/cryptoimpl/Ssl.hpp                          |   50 -
 src/defaultSystem/geode.properties              |   99 -
 src/dependencies/ACE/CMakeLists.txt             |  214 -
 src/dependencies/ACE/config.h.in                |   24 -
 src/dependencies/ACE/patches                    |   72 -
 src/dependencies/CMakeLists.txt                 |  105 -
 src/dependencies/boost/CMakeLists.txt           |   76 -
 src/dependencies/doxygen/CMakeLists.txt         |   56 -
 src/dependencies/gtest/CMakeLists.txt           |   72 -
 src/dependencies/libxml2/CMakeLists.txt         |   84 -
 src/dependencies/openssl/CMakeLists.txt         |  135 -
 src/dependencies/openssl/patches                |   13 -
 src/dependencies/sqlite-netFx/CMakeLists.txt    |   40 -
 src/dependencies/sqlite/CMakeLists.txt          |   63 -
 src/dependencies/sqlite/CMakeLists.txt.in       |  155 -
 src/dependencies/xerces-c/CMakeLists.txt        |   88 -
 src/dhimpl/CMakeLists.txt                       |   26 -
 src/dhimpl/DHImpl.cpp                           |  618 --
 src/dhimpl/DHImpl.hpp                           |   69 -
 src/docs/CMakeLists.txt                         |   33 -
 src/docs/DocIndex.css                           | 1075 ---
 src/docs/c-footer.html                          |   17 -
 src/docs/clicache/CMakeLists.txt                |   29 -
 src/docs/clicache/Doxyfile.in                   |  109 -
 src/docs/clicache/footer.html                   |   17 -
 src/docs/clicache/gemFireDotNETLogo.png         |  Bin 9747 -> 0 bytes
 src/docs/common-Doxyfile                        |   70 -
 src/docs/cppcache/CMakeLists.txt                |   29 -
 src/docs/cppcache/Doxyfile.in                   |  106 -
 src/docs/cppcache/footer.html                   |   17 -
 src/docs/cppcache/gemFireCPPLogo.png            |  Bin 8415 -> 0 bytes
 src/docs/doclet/package-list                    |    1 -
 src/docs/log4j/package-list                     |   17 -
 src/docs/native_delta_propagation.doc           |  Bin 51200 -> 0 bytes
 src/docs/native_delta_propagation_doc.pdf       |  Bin 107503 -> 0 bytes
 src/docs/unix_index.html                        |   60 -
 src/docs/win_index.html                         |   66 -
 src/executables/GacInstall/AssemblyInfo.cs      |   49 -
 src/executables/GacInstall/Program.cs           |  149 -
 src/plugins/SQLiteCLI/AssemblyInfo.cs           |   48 -
 src/plugins/SQLiteCLI/CMakeLists.txt            |   28 -
 src/plugins/SQLiteCLI/SQLiteCLI.csproj.in       |  130 -
 src/plugins/SQLiteCLI/SqLiteImpl.cs             |  274 -
 src/quickstart/CPPCacheConfig.cmake             |   49 -
 src/quickstart/NativeClientConfig.cmake         |   50 -
 src/quickstart/XMLs/clientDelta.xml             |   35 -
 src/quickstart/XMLs/clientExceptions.xml        |   30 -
 src/quickstart/XMLs/clientHACache.xml           |   27 -
 src/quickstart/XMLs/clientInterop.xml           |   27 -
 src/quickstart/XMLs/clientInteropJava.xml       |   28 -
 .../XMLs/clientLoaderListenerWriter.xml         |   29 -
 src/quickstart/XMLs/clientPdxAutoSerializer.xml |   33 -
 src/quickstart/XMLs/clientPdxInstance.xml       |   33 -
 src/quickstart/XMLs/clientPdxRemoteQuery.xml    |   33 -
 src/quickstart/XMLs/clientPdxSerializer.xml     |   33 -
 src/quickstart/XMLs/clientPoolCqQuery.xml       |   35 -
 src/quickstart/XMLs/clientPoolRemoteQuery.xml   |   38 -
 src/quickstart/XMLs/clientRefIDExample.xml      |   43 -
 src/quickstart/XMLs/clientRegisterInterest.xml  |   32 -
 src/quickstart/XMLs/clientSecurity.xml          |   33 -
 src/quickstart/XMLs/serverBasicOperations.xml   |   33 -
 src/quickstart/XMLs/serverCqQuery.xml           |  177 -
 src/quickstart/XMLs/serverDataExpiration.xml    |   34 -
 src/quickstart/XMLs/serverDelta.xml             |   41 -
 src/quickstart/XMLs/serverDistributedSystem.xml |   33 -
 .../XMLs/serverDistributedSystem2.xml           |   33 -
 src/quickstart/XMLs/serverDurableClient.xml     |   33 -
 src/quickstart/XMLs/serverExceptions.xml        |   36 -
 src/quickstart/XMLs/serverExecuteFunctions.xml  |   46 -
 src/quickstart/XMLs/serverExecuteFunctions2.xml |   46 -
 src/quickstart/XMLs/serverHACache.xml           |   37 -
 src/quickstart/XMLs/serverHACache2.xml          |   37 -
 .../XMLs/serverLoaderListenerWriter.xml         |   34 -
 src/quickstart/XMLs/serverMultiuserSecurity.xml |   38 -
 src/quickstart/XMLs/serverPdxAutoSerializer.xml |   33 -
 src/quickstart/XMLs/serverPdxInstance.xml       |   33 -
 src/quickstart/XMLs/serverPdxRemoteQuery.xml    |   33 -
 src/quickstart/XMLs/serverPdxSerializer.xml     |   33 -
 src/quickstart/XMLs/serverPoolCqQuery.xml       |  178 -
 src/quickstart/XMLs/serverPoolRemoteQuery.xml   |  180 -
 src/quickstart/XMLs/serverPoolWithEndpoints.xml |   33 -
 .../XMLs/serverPutAllGetAllOperations.xml       |   33 -
 src/quickstart/XMLs/serverRefIDExample.xml      |   36 -
 src/quickstart/XMLs/serverRegisterInterest.xml  |   33 -
 src/quickstart/XMLs/serverRemoteQuery.xml       |  178 -
 src/quickstart/XMLs/serverSecurity.xml          |   33 -
 src/quickstart/XMLs/serverTransactions.xml      |   33 -
 src/quickstart/XMLs/serverTransactionsXA.xml    |   33 -
 src/quickstart/cleanup.bat                      |   24 -
 src/quickstart/cleanup.sh                       |   28 -
 src/quickstart/cpp/BasicOperations.cpp          |  117 -
 src/quickstart/cpp/CMakeLists.txt               |  172 -
 src/quickstart/cpp/CqQuery.cpp                  |  179 -
 src/quickstart/cpp/DataExpiration.cpp           |  128 -
 src/quickstart/cpp/Delta.cpp                    |  109 -
 src/quickstart/cpp/DistributedSystem.cpp        |  133 -
 src/quickstart/cpp/DurableClient.cpp            |  156 -
 src/quickstart/cpp/Exceptions.cpp               |  139 -
 src/quickstart/cpp/ExecuteFunctions.cpp         |  191 -
 src/quickstart/cpp/FindCPPCache.cmake           |   50 -
 src/quickstart/cpp/HACache.cpp                  |  120 -
 src/quickstart/cpp/LoaderListenerWriter.cpp     |  115 -
 src/quickstart/cpp/MultiuserSecurity.cpp        |  200 -
 src/quickstart/cpp/PdxInstance.cpp              |  132 -
 src/quickstart/cpp/PdxRemoteQuery.cpp           |  145 -
 src/quickstart/cpp/PdxSerializer.cpp            |  249 -
 src/quickstart/cpp/PoolCqQuery.cpp              |  191 -
 src/quickstart/cpp/PoolRemoteQuery.cpp          |  146 -
 src/quickstart/cpp/PoolWithEndpoints.cpp        |  118 -
 src/quickstart/cpp/PutAllGetAllOperations.cpp   |   96 -
 src/quickstart/cpp/RefIDExample.cpp             |  126 -
 src/quickstart/cpp/RegisterInterest.cpp         |  131 -
 src/quickstart/cpp/RemoteQuery.cpp              |  169 -
 src/quickstart/cpp/Security.cpp                 |   96 -
 src/quickstart/cpp/Transactions.cpp             |  129 -
 src/quickstart/cpp/TransactionsXA.cpp           |  141 -
 .../cpp/deltaobjects/DeltaExample.hpp           |  162 -
 .../cpp/plugins/DurableCacheListener.cpp        |   33 -
 .../cpp/plugins/DurableCacheListener.hpp        |   41 -
 .../cpp/plugins/SimpleCacheListener.cpp         |   46 -
 .../cpp/plugins/SimpleCacheListener.hpp         |   44 -
 .../cpp/plugins/SimpleCacheLoader.cpp           |   34 -
 .../cpp/plugins/SimpleCacheLoader.hpp           |   40 -
 .../cpp/plugins/SimpleCacheWriter.cpp           |   50 -
 .../cpp/plugins/SimpleCacheWriter.hpp           |   44 -
 src/quickstart/cpp/queryobjects/Portfolio.cpp   |  138 -
 src/quickstart/cpp/queryobjects/Portfolio.hpp   |  130 -
 .../cpp/queryobjects/PortfolioPdx.cpp           |  192 -
 .../cpp/queryobjects/PortfolioPdx.hpp           |  107 -
 .../cpp/queryobjects/PortfolioPdxAuto.cpp       |  140 -
 .../cpp/queryobjects/PortfolioPdxAuto.hpp       |  111 -
 src/quickstart/cpp/queryobjects/Position.cpp    |  111 -
 src/quickstart/cpp/queryobjects/Position.hpp    |   99 -
 src/quickstart/cpp/queryobjects/PositionPdx.cpp |  177 -
 src/quickstart/cpp/queryobjects/PositionPdx.hpp |  104 -
 .../cpp/queryobjects/PositionPdxAuto.cpp        |  108 -
 .../cpp/queryobjects/PositionPdxAuto.hpp        |  105 -
 src/quickstart/csharp/BasicOperations.cs        |  127 -
 src/quickstart/csharp/CMakeLists.txt            |   53 -
 src/quickstart/csharp/CqQuery.cs                |  189 -
 src/quickstart/csharp/DataExpiration.cs         |  122 -
 src/quickstart/csharp/Delta.cs                  |  110 -
 src/quickstart/csharp/DeltaExample.cs           |  200 -
 src/quickstart/csharp/DistributedSystem.cs      |  130 -
 src/quickstart/csharp/DurableClient.cs          |  151 -
 src/quickstart/csharp/Exceptions.cs             |  141 -
 src/quickstart/csharp/ExecuteFunctions.cs       |  165 -
 src/quickstart/csharp/HACache.cs                |  131 -
 src/quickstart/csharp/LoaderListenerWriter.cs   |  127 -
 src/quickstart/csharp/MultiuserSecurity.cs      |  196 -
 src/quickstart/csharp/PdxInstance.cs            |  137 -
 src/quickstart/csharp/PdxRemoteQuery.cs         |  142 -
 src/quickstart/csharp/PdxSerializer.cs          |  250 -
 src/quickstart/csharp/PoolCqQuery.cs            |  191 -
 src/quickstart/csharp/PoolRemoteQuery.cs        |  140 -
 src/quickstart/csharp/PoolWithEndpoints.cs      |  116 -
 src/quickstart/csharp/PortfolioN.cs             |  306 -
 src/quickstart/csharp/PortfolioPdx.cs           |  295 -
 src/quickstart/csharp/PositionN.cs              |  245 -
 src/quickstart/csharp/PositionPdx.cs            |  212 -
 src/quickstart/csharp/PutAllGetAllOperations.cs |   95 -
 src/quickstart/csharp/RefIDExample.cs           |  120 -
 src/quickstart/csharp/RegisterInterest.cs       |  120 -
 src/quickstart/csharp/RemoteQuery.cs            |  159 -
 src/quickstart/csharp/Security.cs               |  185 -
 src/quickstart/csharp/Transactions.cs           |  134 -
 src/quickstart/csharp/TransactionsXA.cs         |  143 -
 src/quickstart/csharp/app.config.in             |   33 -
 .../csharp/plugins/DurableCacheListener.cs      |   83 -
 .../csharp/plugins/SimpleCacheListener.cs       |   83 -
 .../csharp/plugins/SimpleCacheLoader.cs         |   43 -
 .../csharp/plugins/SimpleCacheWriter.cs         |   67 -
 .../BasicOperations/BasicOperations.csproj.in   |  117 -
 .../BasicOperations/Properties/AssemblyInfo.cs  |   48 -
 .../csharp/vsprojects/CqQuery/CqQuery.csproj.in |  122 -
 .../CqQuery/Properties/AssemblyInfo.cs          |   48 -
 .../DataExpiration/DataExpiration.csproj.in     |  119 -
 .../DataExpiration/Properties/AssemblyInfo.cs   |   48 -
 .../csharp/vsprojects/Delta/Delta.csproj.in     |  119 -
 .../vsprojects/Delta/Properties/AssemblyInfo.cs |   48 -
 .../DistributedSystem.csproj.in                 |  116 -
 .../Properties/AssemblyInfo.cs                  |   48 -
 .../DurableClient/DurableClient.csproj.in       |  119 -
 .../DurableClient/Properties/AssemblyInfo.cs    |   48 -
 .../vsprojects/Exceptions/Exceptions.csproj.in  |  118 -
 .../Exceptions/Properties/AssemblyInfo.cs       |   48 -
 .../ExecuteFunctions/ExecuteFunctions.csproj.in |  116 -
 .../ExecuteFunctions/Properties/AssemblyInfo.cs |   48 -
 .../csharp/vsprojects/HACache/HACache.csproj.in |  118 -
 .../HACache/Properties/AssemblyInfo.cs          |   48 -
 .../LoaderListenerWriter.csproj.in              |  125 -
 .../Properties/AssemblyInfo.cs                  |   48 -
 .../MultiuserSecurity.csproj.in                 |  117 -
 .../Properties/AssemblyInfo.cs                  |   48 -
 .../PdxInstance/PdxInstance.csproj.in           |  116 -
 .../PdxInstance/Properties/AssemblyInfo.cs      |   48 -
 .../PdxRemoteQuery/PdxRemoteQuery.csproj.in     |  122 -
 .../PdxRemoteQuery/Properties/AssemblyInfo.cs   |   48 -
 .../PdxSerializer/PdxSerializer.csproj.in       |  116 -
 .../PdxSerializer/Properties/AssemblyInfo.cs    |   48 -
 .../PoolCqQuery/PoolCqQuery.csproj.in           |  122 -
 .../PoolCqQuery/Properties/AssemblyInfo.cs      |   48 -
 .../PoolRemoteQuery/PoolRemoteQuery.csproj.in   |  122 -
 .../PoolRemoteQuery/Properties/AssemblyInfo.cs  |   48 -
 .../PoolWithEndpoints.csproj.in                 |  116 -
 .../Properties/AssemblyInfo.cs                  |   48 -
 .../Properties/AssemblyInfo.cs                  |   48 -
 .../PutAllGetAllOperations.csproj.in            |  117 -
 .../RefIDExample/Properties/AssemblyInfo.cs     |   48 -
 .../RefIDExample/RefIDExample.csproj.in         |  112 -
 .../RegisterInterest/Properties/AssemblyInfo.cs |   48 -
 .../RegisterInterest/RegisterInterest.csproj.in |  116 -
 .../RemoteQuery/Properties/AssemblyInfo.cs      |   48 -
 .../RemoteQuery/RemoteQuery.csproj.in           |  122 -
 .../Security/Properties/AssemblyInfo.cs         |   48 -
 .../vsprojects/Security/Security.csproj.in      |  117 -
 .../SimplePlugins/Properties/AssemblyInfo.cs    |   48 -
 .../SimplePlugins/SimplePlugins.csproj.in       |  119 -
 .../Transactions/Properties/AssemblyInfo.cs     |   48 -
 .../Transactions/Transactions.csproj.in         |  116 -
 .../TransactionsXA/Properties/AssemblyInfo.cs   |   48 -
 .../TransactionsXA/TransactionsXA.csproj.in     |  116 -
 src/quickstart/overview.gif                     |  Bin 10167 -> 0 bytes
 src/quickstart/runcpp.bat.in                    |  292 -
 src/quickstart/runcpp.sh.in                     |  310 -
 src/quickstart/runcs.bat.in                     |  280 -
 src/sqliteimpl/CMakeLists.txt                   |   26 -
 src/sqliteimpl/SqLiteHelper.cpp                 |  192 -
 src/sqliteimpl/SqLiteHelper.hpp                 |   62 -
 src/sqliteimpl/SqLiteImpl.cpp                   |  207 -
 src/sqliteimpl/SqLiteImpl.hpp                   |  144 -
 src/templates/CMakeLists.txt                    |   17 -
 src/templates/security/CMakeLists.txt           |   26 -
 .../security/CMakeLists.txt.forInstall          |   46 -
 src/templates/security/PkcsAuthInit.cpp         |  183 -
 src/templates/security/PkcsAuthInit.hpp         |  105 -
 src/templates/security/UserPasswordAuthInit.cpp |   61 -
 src/templates/security/UserPasswordAuthInit.hpp |   85 -
 src/templates/security/authz-dummy.xml          |   90 -
 src/templates/security/authz-ldap.xml           |   87 -
 src/templates/security/authz-pkcs.xml           |   87 -
 src/templates/security/authz5_5.dtd             |  106 -
 src/templates/security/csharp/AssemblyInfo.cs   |   48 -
 src/templates/security/csharp/CMakeLists.txt    |   18 -
 .../security/csharp/UserPasswordAuthInit.cs     |  100 -
 .../security/csharp/securityImpl.csproj.in      |   83 -
 src/tests/CMakeLists.txt                        |   23 -
 src/tests/cli/.clang-format                     |    5 -
 src/tests/cli/CMakeLists.txt                    |   54 -
 src/tests/cli/DUnitFramework/AssemblyInfo.cs    |   49 -
 src/tests/cli/DUnitFramework/ClientBase.cs      |  394 --
 src/tests/cli/DUnitFramework/ClientGroup.cs     |  548 --
 .../cli/DUnitFramework/DUnitFramework.csproj.in |  165 -
 src/tests/cli/DUnitFramework/DUnitTestClass.cs  |  285 -
 src/tests/cli/DUnitFramework/Exceptions.cs      |  276 -
 .../cli/DUnitFramework/IClientServerComm.cs     |  269 -
 src/tests/cli/DUnitFramework/Log.cs             |  178 -
 .../cli/DUnitFramework/ServerCommunication.cs   |  202 -
 .../cli/DUnitFramework/ServerConnection.cs      |   40 -
 src/tests/cli/DUnitFramework/TimeBomb.cs        |  237 -
 src/tests/cli/DUnitFramework/UnitProcess.cs     | 1082 ---
 src/tests/cli/DUnitFramework/UnitThread.cs      |  273 -
 src/tests/cli/DUnitFramework/Util.cs            | 1776 -----
 .../cli/DUnitFramework/XmlNodeReaderWriter.cs   |  650 --
 src/tests/cli/FwkClient/App.config              |   23 -
 src/tests/cli/FwkClient/AssemblyInfo.cs         |   49 -
 src/tests/cli/FwkClient/ClientComm.cs           |  334 -
 src/tests/cli/FwkClient/ClientProcess.cs        |  264 -
 src/tests/cli/FwkClient/FwkClient.csproj.in     |  132 -
 src/tests/cli/FwkLauncher/AssemblyInfo.cs       |   49 -
 src/tests/cli/FwkLauncher/FwkLauncher.csproj.in |  132 -
 src/tests/cli/FwkLauncher/LauncherComm.cs       |  156 -
 src/tests/cli/FwkLauncher/LauncherProcess.cs    |  202 -
 src/tests/cli/FwkUtil/FwkClient.cs              |  290 -
 src/tests/cli/FwkUtil/FwkData.cs                |  760 --
 src/tests/cli/FwkUtil/FwkUtil.csproj.in         |  141 -
 src/tests/cli/NewFwkLib/AssemblyInfo.cs         |   49 -
 src/tests/cli/NewFwkLib/CacheHelper.cs          |  497 --
 src/tests/cli/NewFwkLib/CacheServer.cs          | 4944 -------------
 .../DeltaTest/DeltaClientValidationListener.cs  |  190 -
 src/tests/cli/NewFwkLib/DeltaTest/DeltaTest.cs  |  748 --
 .../NewFwkLib/DurableTest/DurableClientTests.cs |  389 -
 .../NewFwkLib/DurableTest/DurableListener.cs    |  256 -
 .../DurableTest/DurablePerfListener.cs          |  135 -
 .../cli/NewFwkLib/EventTest/ETCacheListener.cs  |   83 -
 .../cli/NewFwkLib/EventTest/ETCacheLoader.cs    |   49 -
 .../cli/NewFwkLib/EventTest/ETCacheWriter.cs    |   69 -
 src/tests/cli/NewFwkLib/EventTest/EventTests.cs | 1774 -----
 .../FunctionExecution/FunctionExecution.cs      | 1375 ----
 .../FunctionExecution/MyResultCollector.cs      |  176 -
 src/tests/cli/NewFwkLib/FwkTask.cs              |  532 --
 src/tests/cli/NewFwkLib/FwkTest.cs              | 1515 ----
 src/tests/cli/NewFwkLib/NewFwkLib.csproj.in     |  276 -
 src/tests/cli/NewFwkLib/PdxTest/PdxTests.cs     | 3653 ----------
 src/tests/cli/NewFwkLib/PerfTest/DupChecker.cs  |  132 -
 .../cli/NewFwkLib/PerfTest/LatencyListener.cs   |  134 -
 src/tests/cli/NewFwkLib/PerfTest/PerfTasks.cs   |  338 -
 .../NewFwkLib/PerfTest/PerfTestCacheListener.cs |  216 -
 src/tests/cli/NewFwkLib/PerfTest/PerfTests.cs   | 1483 ----
 src/tests/cli/NewFwkLib/QueryTest/QueryTests.cs | 1941 -----
 .../cli/NewFwkLib/ResumableTx/ResumableTx.cs    | 1241 ----
 src/tests/cli/NewFwkLib/ResumableTx/TxInfo.cs   |  168 -
 .../cli/NewFwkLib/SecurityTest/Security.cs      |  518 --
 src/tests/cli/NewFwkLib/Utils.cs                | 1457 ----
 src/tests/cli/NewTestObject/ArrayOfByte.cs      |  161 -
 src/tests/cli/NewTestObject/BatchObject.cs      |  101 -
 src/tests/cli/NewTestObject/DeltaEx.cs          |  113 -
 .../cli/NewTestObject/DeltaFastAssetAccount.cs  |  199 -
 src/tests/cli/NewTestObject/DeltaPSTObject.cs   |  121 -
 src/tests/cli/NewTestObject/DeltaTestImpl.cs    |  283 -
 src/tests/cli/NewTestObject/EqStruct.cs         |  293 -
 src/tests/cli/NewTestObject/FastAsset.cs        |  117 -
 src/tests/cli/NewTestObject/FastAssetAccount.cs |  157 -
 src/tests/cli/NewTestObject/NoopAuthInit.cs     |   41 -
 src/tests/cli/NewTestObject/PSTObject.cs        |  102 -
 .../cli/NewTestObject/PdxAutoSerializerObj.cs   |  530 --
 src/tests/cli/NewTestObject/Portfolio.cs        |  309 -
 src/tests/cli/NewTestObject/PortfolioPdx.cs     |  298 -
 src/tests/cli/NewTestObject/Position.cs         |  245 -
 src/tests/cli/NewTestObject/PositionPdx.cs      |  240 -
 .../cli/NewTestObject/SimpleCacheListener.cs    |   91 -
 src/tests/cli/NewTestObject/TestObject1.cs      |   74 -
 src/tests/cli/NewTestObject/TimeStampdObject.cs |   56 -
 .../PdxClassLibrary/PdxClassLibrary.csproj.in   |  141 -
 src/tests/cli/PdxClassLibrary/PdxType.cs        | 1125 ---
 .../PdxClassLibrary/PdxTypesReflectionTest.cs   |  728 --
 src/tests/cli/PdxClassLibrary/Person.cs         |   27 -
 src/tests/cli/PdxClassLibrary/PortfolioPdx.cs   |  295 -
 src/tests/cli/PdxClassLibrary/PositionPdx.cs    |  212 -
 .../PdxClassLibrary/Properties/AssemblyInfo.cs  |   50 -
 .../cli/PdxClassLibrary/VariousPdxTypes.cs      | 1629 -----
 .../cli/PdxVersion1Lib/PdxVersion1Lib.csproj.in |  130 -
 .../PdxVersion1Lib/Properties/AssemblyInfo.cs   |   50 -
 src/tests/cli/PdxVersion1Lib/Version1.cs        | 2039 ------
 .../cli/PdxVersion2Lib/PdxVersion2Lib.csproj.in |  127 -
 .../PdxVersion2Lib/Properties/AssemblyInfo.cs   |   50 -
 src/tests/cli/PdxVersion2Lib/Version2.cs        | 2121 ------
 src/tests/cli/PkcsWrapper/CMakeLists.txt        |   42 -
 src/tests/cli/PkcsWrapper/PkcsAuthInitMN.cpp    |   57 -
 src/tests/cli/PkcsWrapper/PkcsAuthInitMN.hpp    |   66 -
 src/tests/cli/QueryHelper/AssemblyInfo.cpp      |   54 -
 src/tests/cli/QueryHelper/CMakeLists.txt        |   50 -
 src/tests/cli/QueryHelper/QueryHelperN.cs       |  521 --
 src/tests/cli/QueryHelper/QueryStringsM.cpp     |  295 -
 src/tests/cli/QueryHelper/QueryStringsM.hpp     |  202 -
 .../SecurityUtil/AuthzCredentialGeneratorN.cs   |  469 --
 .../cli/SecurityUtil/CredentialGeneratorN.cs    |  258 -
 .../cli/SecurityUtil/DummyAuthorization3N.cs    |   79 -
 .../SecurityUtil/LdapCredentialGeneratorN.cs    |  127 -
 .../SecurityUtil/PKCSCredentialGeneratorN.cs    |  156 -
 .../cli/SecurityUtil/SecurityUtil.csproj.in     |  146 -
 .../XmlAuthzCredentialGeneratorN.cs             |  308 -
 src/tests/cpp/CMakeLists.txt                    |   21 -
 src/tests/cpp/fwk/CMakeLists.txt                |   32 -
 src/tests/cpp/fwk/UdpIpc.cpp                    |  271 -
 src/tests/cpp/fwk/UdpIpc.hpp                    |   93 -
 src/tests/cpp/fwklib/CMakeLists.txt             |   35 -
 src/tests/cpp/fwklib/ClientTask.hpp             |  163 -
 src/tests/cpp/fwklib/FrameworkTest.cpp          |  547 --
 src/tests/cpp/fwklib/FrameworkTest.hpp          |  271 -
 src/tests/cpp/fwklib/FwkBB.hpp                  |  235 -
 src/tests/cpp/fwklib/FwkBBClient.cpp            |  293 -
 src/tests/cpp/fwklib/FwkBBClient.hpp            |  192 -
 src/tests/cpp/fwklib/FwkBBServer.cpp            |  521 --
 src/tests/cpp/fwklib/FwkBBServer.hpp            |  227 -
 src/tests/cpp/fwklib/FwkException.hpp           |   71 -
 src/tests/cpp/fwklib/FwkExport.hpp              |   38 -
 src/tests/cpp/fwklib/FwkLog.cpp                 |   87 -
 src/tests/cpp/fwklib/FwkLog.hpp                 |  128 -
 src/tests/cpp/fwklib/FwkObjects.cpp             | 1033 ---
 src/tests/cpp/fwklib/FwkObjects.hpp             | 1626 -----
 src/tests/cpp/fwklib/FwkStrCvt.cpp              |  170 -
 src/tests/cpp/fwklib/FwkStrCvt.hpp              |  353 -
 src/tests/cpp/fwklib/GsRandom.cpp               |   85 -
 src/tests/cpp/fwklib/GsRandom.hpp               |  217 -
 src/tests/cpp/fwklib/IpcHandler.cpp             |  269 -
 src/tests/cpp/fwklib/IpcHandler.hpp             |   91 -
 src/tests/cpp/fwklib/PaceMeter.hpp              |  134 -
 src/tests/cpp/fwklib/PerfFwk.cpp                |  202 -
 src/tests/cpp/fwklib/PerfFwk.hpp                |  337 -
 src/tests/cpp/fwklib/PoolHelper.hpp             |  152 -
 src/tests/cpp/fwklib/QueryHelper.hpp            | 1097 ---
 src/tests/cpp/fwklib/RegionHelper.hpp           |  263 -
 src/tests/cpp/fwklib/Service.cpp                |   66 -
 src/tests/cpp/fwklib/Service.hpp                |  165 -
 src/tests/cpp/fwklib/TaskClient.cpp             |  115 -
 src/tests/cpp/fwklib/TaskClient.hpp             |  187 -
 src/tests/cpp/fwklib/TcpIpc.cpp                 |  216 -
 src/tests/cpp/fwklib/TcpIpc.hpp                 |   79 -
 src/tests/cpp/fwklib/TestClient.cpp             |  262 -
 src/tests/cpp/fwklib/TestClient.hpp             |  123 -
 src/tests/cpp/fwklib/TimeBomb.cpp               |  127 -
 src/tests/cpp/fwklib/TimeBomb.hpp               |   87 -
 src/tests/cpp/fwklib/TimeLimit.hpp              |   54 -
 src/tests/cpp/fwklib/TimeSync.cpp               |  253 -
 src/tests/cpp/fwklib/TimeSync.hpp               |   96 -
 src/tests/cpp/fwklib/Timer.hpp                  |  180 -
 src/tests/cpp/fwklib/UDPIpc.cpp                 |  368 -
 src/tests/cpp/fwklib/UDPIpc.hpp                 |  298 -
 src/tests/cpp/fwklib/testframeworkdox.txt       |   25 -
 src/tests/cpp/security/CMakeLists.txt           |   35 -
 src/tests/cpp/security/CredentialGenerator.cpp  |   49 -
 src/tests/cpp/security/CredentialGenerator.hpp  |  276 -
 .../cpp/security/DummyCredentialGenerator.hpp   |  108 -
 .../cpp/security/DummyCredentialGenerator2.hpp  |  107 -
 .../cpp/security/DummyCredentialGenerator3.hpp  |  107 -
 .../security/LdapUserCredentialGenerator.hpp    |  120 -
 .../cpp/security/NoopCredentialGenerator.hpp    |   66 -
 src/tests/cpp/security/PkcsAuthInit.cpp         |  211 -
 src/tests/cpp/security/PkcsAuthInit.hpp         |  110 -
 .../cpp/security/PkcsCredentialGenerator.hpp    |  148 -
 src/tests/cpp/security/Security.cpp             | 1085 ---
 src/tests/cpp/security/Security.hpp             |  124 -
 .../security/XmlAuthzCredentialGenerator.hpp    |  317 -
 src/tests/cpp/security/typedefs.hpp             |  135 -
 src/tests/cpp/testobject/ArrayOfByte.hpp        |  134 -
 src/tests/cpp/testobject/BatchObject.cpp        |   56 -
 src/tests/cpp/testobject/BatchObject.hpp        |   94 -
 src/tests/cpp/testobject/CMakeLists.txt         |   44 -
 .../cpp/testobject/DeltaFastAssetAccount.cpp    |   82 -
 .../cpp/testobject/DeltaFastAssetAccount.hpp    |  153 -
 src/tests/cpp/testobject/DeltaPSTObject.cpp     |   71 -
 src/tests/cpp/testobject/DeltaPSTObject.hpp     |  102 -
 src/tests/cpp/testobject/DeltaTestImpl.cpp      |  144 -
 src/tests/cpp/testobject/DeltaTestImpl.hpp      |  125 -
 src/tests/cpp/testobject/DeltaTestObj.hpp       |  101 -
 src/tests/cpp/testobject/EqStruct.cpp           |  208 -
 src/tests/cpp/testobject/EqStruct.hpp           |  155 -
 src/tests/cpp/testobject/FastAsset.cpp          |   39 -
 src/tests/cpp/testobject/FastAsset.hpp          |  119 -
 src/tests/cpp/testobject/FastAssetAccount.cpp   |   73 -
 src/tests/cpp/testobject/FastAssetAccount.hpp   |  126 -
 src/tests/cpp/testobject/InvalidPdxUsage.cpp    |  875 ---
 src/tests/cpp/testobject/InvalidPdxUsage.hpp    |  693 --
 src/tests/cpp/testobject/NestedPdxObject.cpp    |  200 -
 src/tests/cpp/testobject/NestedPdxObject.hpp    |  344 -
 src/tests/cpp/testobject/NonPdxType.cpp         |  147 -
 src/tests/cpp/testobject/NonPdxType.hpp         |  496 --
 src/tests/cpp/testobject/NoopAuthInit.cpp       |   42 -
 src/tests/cpp/testobject/NoopAuthInit.hpp       |   89 -
 src/tests/cpp/testobject/PSTObject.cpp          |   63 -
 src/tests/cpp/testobject/PSTObject.hpp          |   93 -
 src/tests/cpp/testobject/PdxClassV1.cpp         |  755 --
 src/tests/cpp/testobject/PdxClassV1.hpp         |  537 --
 src/tests/cpp/testobject/PdxClassV2.cpp         |  810 ---
 src/tests/cpp/testobject/PdxClassV2.hpp         |  578 --
 src/tests/cpp/testobject/PdxType.cpp            |  363 -
 src/tests/cpp/testobject/PdxType.hpp            |  803 ---
 src/tests/cpp/testobject/PdxVersioned1.cpp      |  438 --
 src/tests/cpp/testobject/PdxVersioned1.hpp      |  260 -
 src/tests/cpp/testobject/PdxVersioned2.cpp      |  446 --
 src/tests/cpp/testobject/PdxVersioned2.hpp      |  263 -
 src/tests/cpp/testobject/Portfolio.cpp          |  137 -
 src/tests/cpp/testobject/Portfolio.hpp          |  134 -
 src/tests/cpp/testobject/PortfolioPdx.cpp       |  195 -
 src/tests/cpp/testobject/PortfolioPdx.hpp       |  111 -
 src/tests/cpp/testobject/Position.cpp           |  129 -
 src/tests/cpp/testobject/Position.hpp           |  111 -
 src/tests/cpp/testobject/PositionPdx.cpp        |  172 -
 src/tests/cpp/testobject/PositionPdx.hpp        |  107 -
 src/tests/cpp/testobject/TestObject1.cpp        |   67 -
 src/tests/cpp/testobject/TestObject1.hpp        |   71 -
 src/tests/cpp/testobject/TimestampedObject.hpp  |   56 -
 src/tests/cpp/testobject/VariousPdxTypes.cpp    |  932 ---
 src/tests/cpp/testobject/VariousPdxTypes.hpp    |  542 --
 src/tests/javaobject/BankAccount.java           |  104 -
 src/tests/javaobject/BatchObject.java           |  125 -
 .../BridgeClientMembershipListener.java         |   70 -
 src/tests/javaobject/BridgeEventListener.java   |   69 -
 src/tests/javaobject/CMakeLists.txt             |   27 -
 .../javaobject/CacheListenerForConflation.java  |   74 -
 .../javaobject/CacheListenerForQueryIndex.java  |  117 -
 .../javaobject/CacheLoaderForSingleHop.java     |  103 -
 .../javaobject/CacheWriterForSingleHop.java     |  170 -
 src/tests/javaobject/ComparePdxTypes.java       |  229 -
 .../CustomFixedPartitionResolver1.java          |   83 -
 .../CustomFixedPartitionResolver2.java          |   77 -
 .../CustomFixedPartitionResolver3.java          |   71 -
 .../javaobject/CustomPartitionResolver.java     |   42 -
 src/tests/javaobject/DefaultCacheable.java      |  236 -
 src/tests/javaobject/DeltaEx.java               |   80 -
 src/tests/javaobject/DeltaExample.java          |  135 -
 src/tests/javaobject/DeltaFastAssetAccount.java |  250 -
 src/tests/javaobject/DeltaPSTObject.java        |  130 -
 src/tests/javaobject/DeltaTest.java             |   75 -
 src/tests/javaobject/DeltaTestImpl.java         |  415 --
 src/tests/javaobject/DummyAuthenticator.java    |   86 -
 src/tests/javaobject/DummyAuthorization.java    |  154 -
 src/tests/javaobject/DummyAuthorization2.java   |  125 -
 src/tests/javaobject/DummyAuthorization3.java   |  143 -
 src/tests/javaobject/EqStruct.java              |  298 -
 src/tests/javaobject/ExampleFunction.java       |  239 -
 src/tests/javaobject/ExampleObject.java         |  161 -
 .../javaobject/ExceptionHandlingFunction.java   |   63 -
 src/tests/javaobject/FEOnRegionPrSHOP.java      |   48 -
 .../FEOnRegionPrSHOP_OptimizeForWrite.java      |   82 -
 src/tests/javaobject/FastAsset.java             |  125 -
 src/tests/javaobject/FastAssetAccount.java      |  201 -
 src/tests/javaobject/FireNForget.java           |   68 -
 .../javaobject/FunctionExecutionTimeOut.java    |   81 -
 src/tests/javaobject/GetFunctionExeHA.java      |   63 -
 src/tests/javaobject/GetKeyFunction.java        |   74 -
 src/tests/javaobject/InstantiatorTest.java      |  236 -
 src/tests/javaobject/IterateRegion.java         |   57 -
 src/tests/javaobject/LatestProp.java            |   46 -
 src/tests/javaobject/ModPartitionResolver.java  |   43 -
 src/tests/javaobject/ModRoutingObject.java      |   99 -
 src/tests/javaobject/MultiGetFunction.java      |   61 -
 src/tests/javaobject/MultiGetFunction2.java     |   65 -
 src/tests/javaobject/MultiGetFunctionI.java     |   73 -
 src/tests/javaobject/MultiPutFunction.java      |   64 -
 src/tests/javaobject/MultiPutFunctionI.java     |   77 -
 src/tests/javaobject/NoopAccessor.java          |   43 -
 src/tests/javaobject/NoopAuthenticator.java     |   44 -
 src/tests/javaobject/NoopPrincipal.java         |   30 -
 .../javaobject/OnServerHAExceptionFunction.java |  102 -
 .../javaobject/OnServerHAShutdownFunction.java  |  102 -
 src/tests/javaobject/PSTObject.java             |  164 -
 src/tests/javaobject/PdxCacheListener.java      |   96 -
 src/tests/javaobject/PdxDelta.java              |   86 -
 src/tests/javaobject/PdxFunctionTest.java       |   71 -
 src/tests/javaobject/PdxTests/Address.java      |   74 -
 src/tests/javaobject/PdxTests/PdxDeltaEx.java   |   82 -
 .../javaobject/PdxTests/PdxTestsWithAuto.java   |  558 --
 src/tests/javaobject/PdxTests/PdxType.java      |  555 --
 src/tests/javaobject/PdxTests/PdxTypes1.java    |   91 -
 src/tests/javaobject/PdxTests/PdxTypes10.java   |   85 -
 src/tests/javaobject/PdxTests/PdxTypes2.java    |   83 -
 src/tests/javaobject/PdxTests/PdxTypes3.java    |   84 -
 src/tests/javaobject/PdxTests/PdxTypes4.java    |   86 -
 src/tests/javaobject/PdxTests/PdxTypes5.java    |   89 -
 src/tests/javaobject/PdxTests/PdxTypes6.java    |   90 -
 src/tests/javaobject/PdxTests/PdxTypes7.java    |   94 -
 src/tests/javaobject/PdxTests/PdxTypes8.java    |   98 -
 src/tests/javaobject/PdxTests/PdxTypes9.java    |   85 -
 src/tests/javaobject/PdxTests/PdxVersioned.java |  503 --
 src/tests/javaobject/PdxTests/pdxEnumTest.java  |   19 -
 .../javaobject/PdxinstanceHashcodeListener.java |   93 -
 src/tests/javaobject/Portfolio.java             |  284 -
 src/tests/javaobject/Position.java              |  218 -
 src/tests/javaobject/PutAllTimeout.java         |  108 -
 src/tests/javaobject/PutKeyFunction.java        |   79 -
 .../javaobject/RegionOperationsFunction.java    |  263 -
 .../RegionOperationsFunctionOptimized.java      |  221 -
 .../RegionOperationsFunctionOptimizedFalse.java |  217 -
 .../javaobject/RegionOperationsFunctionPdx.java |  331 -
 .../javaobject/RegionOperationsHAFunction.java  |  118 -
 .../RegionOperationsHAFunctionPrSHOP.java       |  120 -
 .../RegionOperationsWithOutResultFunction.java  |  238 -
 .../javaobject/ServerOperationsFunction.java    |  133 -
 .../ServerOperationsWithOutResultFunction.java  |  130 -
 src/tests/javaobject/SimpleCacheListener.java   |  132 -
 .../javaobject/SimpleCacheListenerWithAuto.java |   95 -
 src/tests/javaobject/SingleStrGetFunction.java  |   80 -
 src/tests/javaobject/TestObject1.java           |   77 -
 .../ThinClientRegionExceptionTest.java          |   50 -
 src/tests/javaobject/TradeKey.java              |  110 -
 src/tests/javaobject/TradeKeyResolver.java      |   44 -
 src/tests/javaobject/TradeOrder.java            |  215 -
 src/tests/javaobject/User.java                  |   98 -
 src/tests/javaobject/UserPasswordAuthInit.java  |   83 -
 src/tests/javaobject/UsernamePrincipal.java     |   45 -
 .../executeFunction_SendException.java          |   76 -
 src/tests/javaobject/newapi/Portfolio.java      |  284 -
 src/tests/javaobject/newapi/Position.java       |  218 -
 src/xsds/gfcpp-cache-9.0.xsd                    |  238 -
 templates/CMakeLists.txt                        |   17 +
 templates/security/CMakeLists.txt               |   26 +
 templates/security/CMakeLists.txt.forInstall    |   46 +
 templates/security/PkcsAuthInit.cpp             |  183 +
 templates/security/PkcsAuthInit.hpp             |  105 +
 templates/security/UserPasswordAuthInit.cpp     |   61 +
 templates/security/UserPasswordAuthInit.hpp     |   85 +
 templates/security/authz-dummy.xml              |   90 +
 templates/security/authz-ldap.xml               |   87 +
 templates/security/authz-pkcs.xml               |   87 +
 templates/security/authz5_5.dtd                 |  106 +
 templates/security/csharp/AssemblyInfo.cs       |   48 +
 templates/security/csharp/CMakeLists.txt        |   18 +
 .../security/csharp/UserPasswordAuthInit.cs     |  100 +
 .../security/csharp/securityImpl.csproj.in      |   83 +
 tests/CMakeLists.txt                            |   23 +
 tests/cli/.clang-format                         |    5 +
 tests/cli/CMakeLists.txt                        |   54 +
 tests/cli/DUnitFramework/AssemblyInfo.cs        |   49 +
 tests/cli/DUnitFramework/ClientBase.cs          |  394 ++
 tests/cli/DUnitFramework/ClientGroup.cs         |  548 ++
 .../cli/DUnitFramework/DUnitFramework.csproj.in |  165 +
 tests/cli/DUnitFramework/DUnitTestClass.cs      |  285 +
 tests/cli/DUnitFramework/Exceptions.cs          |  276 +
 tests/cli/DUnitFramework/IClientServerComm.cs   |  269 +
 tests/cli/DUnitFramework/Log.cs                 |  178 +
 tests/cli/DUnitFramework/ServerCommunication.cs |  202 +
 tests/cli/DUnitFramework/ServerConnection.cs    |   40 +
 tests/cli/DUnitFramework/TimeBomb.cs            |  237 +
 tests/cli/DUnitFramework/UnitProcess.cs         | 1082 +++
 tests/cli/DUnitFramework/UnitThread.cs          |  273 +
 tests/cli/DUnitFramework/Util.cs                | 1776 +++++
 tests/cli/DUnitFramework/XmlNodeReaderWriter.cs |  650 ++
 tests/cli/FwkClient/App.config                  |   23 +
 tests/cli/FwkClient/AssemblyInfo.cs             |   49 +
 tests/cli/FwkClient/ClientComm.cs               |  334 +
 tests/cli/FwkClient/ClientProcess.cs            |  264 +
 tests/cli/FwkClient/FwkClient.csproj.in         |  132 +
 tests/cli/FwkLauncher/AssemblyInfo.cs           |   49 +
 tests/cli/FwkLauncher/FwkLauncher.csproj.in     |  132 +
 tests/cli/FwkLauncher/LauncherComm.cs           |  156 +
 tests/cli/FwkLauncher/LauncherProcess.cs        |  202 +
 tests/cli/FwkUtil/FwkClient.cs                  |  290 +
 tests/cli/FwkUtil/FwkData.cs                    |  760 ++
 tests/cli/FwkUtil/FwkUtil.csproj.in             |  141 +
 tests/cli/NewFwkLib/AssemblyInfo.cs             |   49 +
 tests/cli/NewFwkLib/CacheHelper.cs              |  497 ++
 tests/cli/NewFwkLib/CacheServer.cs              | 4944 +++++++++++++
 .../DeltaTest/DeltaClientValidationListener.cs  |  190 +
 tests/cli/NewFwkLib/DeltaTest/DeltaTest.cs      |  748 ++
 .../NewFwkLib/DurableTest/DurableClientTests.cs |  389 +
 .../NewFwkLib/DurableTest/DurableListener.cs    |  256 +
 .../DurableTest/DurablePerfListener.cs          |  135 +
 .../cli/NewFwkLib/EventTest/ETCacheListener.cs  |   83 +
 tests/cli/NewFwkLib/EventTest/ETCacheLoader.cs  |   49 +
 tests/cli/NewFwkLib/EventTest/ETCacheWriter.cs  |   69 +
 tests/cli/NewFwkLib/EventTest/EventTests.cs     | 1774 +++++
 .../FunctionExecution/FunctionExecution.cs      | 1375 ++++
 .../FunctionExecution/MyResultCollector.cs      |  176 +
 tests/cli/NewFwkLib/FwkTask.cs                  |  532 ++
 tests/cli/NewFwkLib/FwkTest.cs                  | 1515 ++++
 tests/cli/NewFwkLib/NewFwkLib.csproj.in         |  276 +
 tests/cli/NewFwkLib/PdxTest/PdxTests.cs         | 3653 ++++++++++
 tests/cli/NewFwkLib/PerfTest/DupChecker.cs      |  132 +
 tests/cli/NewFwkLib/PerfTest/LatencyListener.cs |  134 +
 tests/cli/NewFwkLib/PerfTest/PerfTasks.cs       |  338 +
 .../NewFwkLib/PerfTest/PerfTestCacheListener.cs |  216 +
 tests/cli/NewFwkLib/PerfTest/PerfTests.cs       | 1483 ++++
 tests/cli/NewFwkLib/QueryTest/QueryTests.cs     | 1941 +++++
 tests/cli/NewFwkLib/ResumableTx/ResumableTx.cs  | 1241 ++++
 tests/cli/NewFwkLib/ResumableTx/TxInfo.cs       |  168 +
 tests/cli/NewFwkLib/SecurityTest/Security.cs    |  518 ++
 tests/cli/NewFwkLib/Utils.cs                    | 1457 ++++
 tests/cli/NewTestObject/ArrayOfByte.cs          |  161 +
 tests/cli/NewTestObject/BatchObject.cs          |  101 +
 tests/cli/NewTestObject/DeltaEx.cs              |  113 +
 .../cli/NewTestObject/DeltaFastAssetAccount.cs  |  199 +
 tests/cli/NewTestObject/DeltaPSTObject.cs       |  121 +
 tests/cli/NewTestObject/DeltaTestImpl.cs        |  283 +
 tests/cli/NewTestObject/EqStruct.cs             |  293 +
 tests/cli/NewTestObject/FastAsset.cs            |  117 +
 tests/cli/NewTestObject/FastAssetAccount.cs     |  157 +
 tests/cli/NewTestObject/NoopAuthInit.cs         |   41 +
 tests/cli/NewTestObject/PSTObject.cs            |  102 +
 tests/cli/NewTestObject/PdxAutoSerializerObj.cs |  530 ++
 tests/cli/NewTestObject/Portfolio.cs            |  309 +
 tests/cli/NewTestObject/PortfolioPdx.cs         |  298 +
 tests/cli/NewTestObject/Position.cs             |  245 +
 tests/cli/NewTestObject/PositionPdx.cs          |  240 +
 tests/cli/NewTestObject/SimpleCacheListener.cs  |   91 +
 tests/cli/NewTestObject/TestObject1.cs          |   74 +
 tests/cli/NewTestObject/TimeStampdObject.cs     |   56 +
 .../PdxClassLibrary/PdxClassLibrary.csproj.in   |  141 +
 tests/cli/PdxClassLibrary/PdxType.cs            | 1125 +++
 .../PdxClassLibrary/PdxTypesReflectionTest.cs   |  728 ++
 tests/cli/PdxClassLibrary/Person.cs             |   27 +
 tests/cli/PdxClassLibrary/PortfolioPdx.cs       |  295 +
 tests/cli/PdxClassLibrary/PositionPdx.cs        |  212 +
 .../PdxClassLibrary/Properties/AssemblyInfo.cs  |   50 +
 tests/cli/PdxClassLibrary/VariousPdxTypes.cs    | 1629 +++++
 .../cli/PdxVersion1Lib/PdxVersion1Lib.csproj.in |  130 +
 .../PdxVersion1Lib/Properties/AssemblyInfo.cs   |   50 +
 tests/cli/PdxVersion1Lib/Version1.cs            | 2039 ++++++
 .../cli/PdxVersion2Lib/PdxVersion2Lib.csproj.in |  127 +
 .../PdxVersion2Lib/Properties/AssemblyInfo.cs   |   50 +
 tests/cli/PdxVersion2Lib/Version2.cs            | 2121 ++++++
 tests/cli/PkcsWrapper/CMakeLists.txt            |   42 +
 tests/cli/PkcsWrapper/PkcsAuthInitMN.cpp        |   57 +
 tests/cli/PkcsWrapper/PkcsAuthInitMN.hpp        |   66 +
 tests/cli/QueryHelper/AssemblyInfo.cpp          |   54 +
 tests/cli/QueryHelper/CMakeLists.txt            |   50 +
 tests/cli/QueryHelper/QueryHelperN.cs           |  521 ++
 tests/cli/QueryHelper/QueryStringsM.cpp         |  295 +
 tests/cli/QueryHelper/QueryStringsM.hpp         |  202 +
 .../SecurityUtil/AuthzCredentialGeneratorN.cs   |  469 ++
 tests/cli/SecurityUtil/CredentialGeneratorN.cs  |  258 +
 tests/cli/SecurityUtil/DummyAuthorization3N.cs  |   79 +
 .../SecurityUtil/LdapCredentialGeneratorN.cs    |  127 +
 .../SecurityUtil/PKCSCredentialGeneratorN.cs    |  156 +
 tests/cli/SecurityUtil/SecurityUtil.csproj.in   |  146 +
 .../XmlAuthzCredentialGeneratorN.cs             |  308 +
 tests/cpp/CMakeLists.txt                        |   21 +
 tests/cpp/fwk/CMakeLists.txt                    |   32 +
 tests/cpp/fwk/UdpIpc.cpp                        |  271 +
 tests/cpp/fwk/UdpIpc.hpp                        |   93 +
 tests/cpp/fwklib/CMakeLists.txt                 |   35 +
 tests/cpp/fwklib/ClientTask.hpp                 |  163 +
 tests/cpp/fwklib/FrameworkTest.cpp              |  547 ++
 tests/cpp/fwklib/FrameworkTest.hpp              |  271 +
 tests/cpp/fwklib/FwkBB.hpp                      |  235 +
 tests/cpp/fwklib/FwkBBClient.cpp                |  293 +
 tests/cpp/fwklib/FwkBBClient.hpp                |  192 +
 tests/cpp/fwklib/FwkBBServer.cpp                |  521 ++
 tests/cpp/fwklib/FwkBBServer.hpp                |  227 +
 tests/cpp/fwklib/FwkException.hpp               |   71 +
 tests/cpp/fwklib/FwkExport.hpp                  |   38 +
 tests/cpp/fwklib/FwkLog.cpp                     |   87 +
 tests/cpp/fwklib/FwkLog.hpp                     |  128 +
 tests/cpp/fwklib/FwkObjects.cpp                 | 1033 +++
 tests/cpp/fwklib/FwkObjects.hpp                 | 1626 +++++
 tests/cpp/fwklib/FwkStrCvt.cpp                  |  170 +
 tests/cpp/fwklib/FwkStrCvt.hpp                  |  353 +
 tests/cpp/fwklib/GsRandom.cpp                   |   85 +
 tests/cpp/fwklib/GsRandom.hpp                   |  217 +
 tests/cpp/fwklib/IpcHandler.cpp                 |  269 +
 tests/cpp/fwklib/IpcHandler.hpp                 |   91 +
 tests/cpp/fwklib/PaceMeter.hpp                  |  134 +
 tests/cpp/fwklib/PerfFwk.cpp                    |  202 +
 tests/cpp/fwklib/PerfFwk.hpp                    |  337 +
 tests/cpp/fwklib/PoolHelper.hpp                 |  152 +
 tests/cpp/fwklib/QueryHelper.hpp                | 1097 +++
 tests/cpp/fwklib/RegionHelper.hpp               |  263 +
 tests/cpp/fwklib/Service.cpp                    |   66 +
 tests/cpp/fwklib/Service.hpp                    |  165 +
 tests/cpp/fwklib/TaskClient.cpp                 |  115 +
 tests/cpp/fwklib/TaskClient.hpp                 |  187 +
 tests/cpp/fwklib/TcpIpc.cpp                     |  216 +
 tests/cpp/fwklib/TcpIpc.hpp                     |   79 +
 tests/cpp/fwklib/TestClient.cpp                 |  262 +
 tests/cpp/fwklib/TestClient.hpp                 |  123 +
 tests/cpp/fwklib/TimeBomb.cpp                   |  127 +
 tests/cpp/fwklib/TimeBomb.hpp                   |   87 +
 tests/cpp/fwklib/TimeLimit.hpp                  |   54 +
 tests/cpp/fwklib/TimeSync.cpp                   |  253 +
 tests/cpp/fwklib/TimeSync.hpp                   |   96 +
 tests/cpp/fwklib/Timer.hpp                      |  180 +
 tests/cpp/fwklib/UDPIpc.cpp                     |  368 +
 tests/cpp/fwklib/UDPIpc.hpp                     |  298 +
 tests/cpp/fwklib/testframeworkdox.txt           |   25 +
 tests/cpp/security/CMakeLists.txt               |   35 +
 tests/cpp/security/CredentialGenerator.cpp      |   49 +
 tests/cpp/security/CredentialGenerator.hpp      |  276 +
 tests/cpp/security/DummyCredentialGenerator.hpp |  108 +
 .../cpp/security/DummyCredentialGenerator2.hpp  |  107 +
 .../cpp/security/DummyCredentialGenerator3.hpp  |  107 +
 .../security/LdapUserCredentialGenerator.hpp    |  120 +
 tests/cpp/security/NoopCredentialGenerator.hpp  |   66 +
 tests/cpp/security/PkcsAuthInit.cpp             |  211 +
 tests/cpp/security/PkcsAuthInit.hpp             |  110 +
 tests/cpp/security/PkcsCredentialGenerator.hpp  |  148 +
 tests/cpp/security/Security.cpp                 | 1085 +++
 tests/cpp/security/Security.hpp                 |  124 +
 .../security/XmlAuthzCredentialGenerator.hpp    |  317 +
 tests/cpp/security/typedefs.hpp                 |  135 +
 tests/cpp/testobject/ArrayOfByte.hpp            |  134 +
 tests/cpp/testobject/BatchObject.cpp            |   56 +
 tests/cpp/testobject/BatchObject.hpp            |   94 +
 tests/cpp/testobject/CMakeLists.txt             |   44 +
 tests/cpp/testobject/DeltaFastAssetAccount.cpp  |   82 +
 tests/cpp/testobject/DeltaFastAssetAccount.hpp  |  153 +
 tests/cpp/testobject/DeltaPSTObject.cpp         |   71 +
 tests/cpp/testobject/DeltaPSTObject.hpp         |  102 +
 tests/cpp/testobject/DeltaTestImpl.cpp          |  144 +
 tests/cpp/testobject/DeltaTestImpl.hpp          |  125 +
 tests/cpp/testobject/DeltaTestObj.hpp           |  101 +
 tests/cpp/testobject/EqStruct.cpp               |  208 +
 tests/cpp/testobject/EqStruct.hpp               |  155 +
 tests/cpp/testobject/FastAsset.cpp              |   39 +
 tests/cpp/testobject/FastAsset.hpp              |  119 +
 tests/cpp/testobject/FastAssetAccount.cpp       |   73 +
 tests/cpp/testobject/FastAssetAccount.hpp       |  126 +
 tests/cpp/testobject/InvalidPdxUsage.cpp        |  875 +++
 tests/cpp/testobject/InvalidPdxUsage.hpp        |  693 ++
 tests/cpp/testobject/NestedPdxObject.cpp        |  200 +
 tests/cpp/testobject/NestedPdxObject.hpp        |  344 +
 tests/cpp/testobject/NonPdxType.cpp             |  147 +
 tests/cpp/testobject/NonPdxType.hpp             |  496 ++
 tests/cpp/testobject/NoopAuthInit.cpp           |   42 +
 tests/cpp/testobject/NoopAuthInit.hpp           |   89 +
 tests/cpp/testobject/PSTObject.cpp              |   63 +
 tests/cpp/testobject/PSTObject.hpp              |   93 +
 tests/cpp/testobject/PdxClassV1.cpp             |  755 ++
 tests/cpp/testobject/PdxClassV1.hpp             |  537 ++
 tests/cpp/testobject/PdxClassV2.cpp             |  810 +++
 tests/cpp/testobject/PdxClassV2.hpp             |  578 ++
 tests/cpp/testobject/PdxType.cpp                |  363 +
 tests/cpp/testobject/PdxType.hpp                |  803 +++
 tests/cpp/testobject/PdxVersioned1.cpp          |  438 ++
 tests/cpp/testobject/PdxVersioned1.hpp          |  260 +
 tests/cpp/testobject/PdxVersioned2.cpp          |  446 ++
 tests/cpp/testobject/PdxVersioned2.hpp          |  263 +
 tests/cpp/testobject/Portfolio.cpp              |  137 +
 tests/cpp/testobject/Portfolio.hpp              |  134 +
 tests/cpp/testobject/PortfolioPdx.cpp           |  195 +
 tests/cpp/testobject/PortfolioPdx.hpp           |  111 +
 tests/cpp/testobject/Position.cpp               |  129 +
 tests/cpp/testobject/Position.hpp               |  111 +
 tests/cpp/testobject/PositionPdx.cpp            |  172 +
 tests/cpp/testobject/PositionPdx.hpp            |  107 +
 tests/cpp/testobject/TestObject1.cpp            |   67 +
 tests/cpp/testobject/TestObject1.hpp            |   71 +
 tests/cpp/testobject/TimestampedObject.hpp      |   56 +
 tests/cpp/testobject/VariousPdxTypes.cpp        |  932 +++
 tests/cpp/testobject/VariousPdxTypes.hpp        |  542 ++
 tests/javaobject/BankAccount.java               |  104 +
 tests/javaobject/BatchObject.java               |  125 +
 .../BridgeClientMembershipListener.java         |   70 +
 tests/javaobject/BridgeEventListener.java       |   69 +
 tests/javaobject/CMakeLists.txt                 |   27 +
 .../javaobject/CacheListenerForConflation.java  |   74 +
 .../javaobject/CacheListenerForQueryIndex.java  |  117 +
 tests/javaobject/CacheLoaderForSingleHop.java   |  103 +
 tests/javaobject/CacheWriterForSingleHop.java   |  170 +
 tests/javaobject/ComparePdxTypes.java           |  229 +
 .../CustomFixedPartitionResolver1.java          |   83 +
 .../CustomFixedPartitionResolver2.java          |   77 +
 .../CustomFixedPartitionResolver3.java          |   71 +
 tests/javaobject/CustomPartitionResolver.java   |   42 +
 tests/javaobject/DefaultCacheable.java          |  236 +
 tests/javaobject/DeltaEx.java                   |   80 +
 tests/javaobject/DeltaExample.java              |  135 +
 tests/javaobject/DeltaFastAssetAccount.java     |  250 +
 tests/javaobject/DeltaPSTObject.java            |  130 +
 tests/javaobject/DeltaTest.java                 |   75 +
 tests/javaobject/DeltaTestImpl.java             |  415 ++
 tests/javaobject/DummyAuthenticator.java        |   86 +
 tests/javaobject/DummyAuthorization.java        |  154 +
 tests/javaobject/DummyAuthorization2.java       |  125 +
 tests/javaobject/DummyAuthorization3.java       |  143 +
 tests/javaobject/EqStruct.java                  |  298 +
 tests/javaobject/ExampleFunction.java           |  239 +
 tests/javaobject/ExampleObject.java             |  161 +
 tests/javaobject/ExceptionHandlingFunction.java |   63 +
 tests/javaobject/FEOnRegionPrSHOP.java          |   48 +
 .../FEOnRegionPrSHOP_OptimizeForWrite.java      |   82 +
 tests/javaobject/FastAsset.java                 |  125 +
 tests/javaobject/FastAssetAccount.java          |  201 +
 tests/javaobject/FireNForget.java               |   68 +
 tests/javaobject/FunctionExecutionTimeOut.java  |   81 +
 tests/javaobject/GetFunctionExeHA.java          |   63 +
 tests/javaobject/GetKeyFunction.java            |   74 +
 tests/javaobject/InstantiatorTest.java          |  236 +
 tests/javaobject/IterateRegion.java             |   57 +
 tests/javaobject/LatestProp.java                |   46 +
 tests/javaobject/ModPartitionResolver.java      |   43 +
 tests/javaobject/ModRoutingObject.java          |   99 +
 tests/javaobject/MultiGetFunction.java          |   61 +
 tests/javaobject/MultiGetFunction2.java         |   65 +
 tests/javaobject/MultiGetFunctionI.java         |   73 +
 tests/javaobject/MultiPutFunction.java          |   64 +
 tests/javaobject/MultiPutFunctionI.java         |   77 +
 tests/javaobject/NoopAccessor.java              |   43 +
 tests/javaobject/NoopAuthenticator.java         |   44 +
 tests/javaobject/NoopPrincipal.java             |   30 +
 .../javaobject/OnServerHAExceptionFunction.java |  102 +
 .../javaobject/OnServerHAShutdownFunction.java  |  102 +
 tests/javaobject/PSTObject.java                 |  164 +
 tests/javaobject/PdxCacheListener.java          |   96 +
 tests/javaobject/PdxDelta.java                  |   86 +
 tests/javaobject/PdxFunctionTest.java           |   71 +
 tests/javaobject/PdxTests/Address.java          |   74 +
 tests/javaobject/PdxTests/PdxDeltaEx.java       |   82 +
 tests/javaobject/PdxTests/PdxTestsWithAuto.java |  558 ++
 tests/javaobject/PdxTests/PdxType.java          |  555 ++
 tests/javaobject/PdxTests/PdxTypes1.java        |   91 +
 tests/javaobject/PdxTests/PdxTypes10.java       |   85 +
 tests/javaobject/PdxTests/PdxTypes2.java        |   83 +
 tests/javaobject/PdxTests/PdxTypes3.java        |   84 +
 tests/javaobject/PdxTests/PdxTypes4.java        |   86 +
 tests/javaobject/PdxTests/PdxTypes5.java        |   89 +
 tests/javaobject/PdxTests/PdxTypes6.java        |   90 +
 tests/javaobject/PdxTests/PdxTypes7.java        |   94 +
 tests/javaobject/PdxTests/PdxTypes8.java        |   98 +
 tests/javaobject/PdxTests/PdxTypes9.java        |   85 +
 tests/javaobject/PdxTests/PdxVersioned.java     |  503 ++
 tests/javaobject/PdxTests/pdxEnumTest.java      |   19 +
 .../javaobject/PdxinstanceHashcodeListener.java |   93 +
 tests/javaobject/Portfolio.java                 |  284 +
 tests/javaobject/Position.java                  |  218 +
 tests/javaobject/PutAllTimeout.java             |  108 +
 tests/javaobject/PutKeyFunction.java            |   79 +
 tests/javaobject/RegionOperationsFunction.java  |  263 +
 .../RegionOperationsFunctionOptimized.java      |  221 +
 .../RegionOperationsFunctionOptimizedFalse.java |  217 +
 .../javaobject/RegionOperationsFunctionPdx.java |  331 +
 .../javaobject/RegionOperationsHAFunction.java  |  118 +
 .../RegionOperationsHAFunctionPrSHOP.java       |  120 +
 .../RegionOperationsWithOutResultFunction.java  |  238 +
 tests/javaobject/ServerOperationsFunction.java  |  133 +
 .../ServerOperationsWithOutResultFunction.java  |  130 +
 tests/javaobject/SimpleCacheListener.java       |  132 +
 .../javaobject/SimpleCacheListenerWithAuto.java |   95 +
 tests/javaobject/SingleStrGetFunction.java      |   80 +
 tests/javaobject/TestObject1.java               |   77 +
 .../ThinClientRegionExceptionTest.java          |   50 +
 tests/javaobject/TradeKey.java                  |  110 +
 tests/javaobject/TradeKeyResolver.java          |   44 +
 tests/javaobject/TradeOrder.java                |  215 +
 tests/javaobject/User.java                      |   98 +
 tests/javaobject/UserPasswordAuthInit.java      |   83 +
 tests/javaobject/UsernamePrincipal.java         |   45 +
 .../executeFunction_SendException.java          |   76 +
 tests/javaobject/newapi/Portfolio.java          |  284 +
 tests/javaobject/newapi/Position.java           |  218 +
 xsds/gfcpp-cache-9.0.xsd                        |  238 +
 3994 files changed, 438577 insertions(+), 438577 deletions(-)
----------------------------------------------------------------------