http://git-wip-us.apache.org/repos/asf/geode-native/blob/b1a9af53/src/cppcache/src/PoolAttributes.hpp ---------------------------------------------------------------------- diff --git a/src/cppcache/src/PoolAttributes.hpp b/src/cppcache/src/PoolAttributes.hpp index eff6976..c7403c8 100644 --- a/src/cppcache/src/PoolAttributes.hpp +++ b/src/cppcache/src/PoolAttributes.hpp @@ -23,7 +23,6 @@ #include <vector> #include "ace/OS.h" #include <geode/geode_globals.hpp> -#include <geode/SharedBase.hpp> #include <geode/geode_types.hpp> #include <geode/ExceptionTypes.hpp> @@ -34,7 +33,7 @@ namespace apache { namespace geode { namespace client { -class PoolAttributes : public SharedBase { +class PoolAttributes { public: PoolAttributes();
http://git-wip-us.apache.org/repos/asf/geode-native/blob/b1a9af53/src/cppcache/src/ProxyCache.cpp ---------------------------------------------------------------------- diff --git a/src/cppcache/src/ProxyCache.cpp b/src/cppcache/src/ProxyCache.cpp index 1e9bc54..978919c 100644 --- a/src/cppcache/src/ProxyCache.cpp +++ b/src/cppcache/src/ProxyCache.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ #include <geode/geode_globals.hpp> -#include <geode/SharedPtr.hpp> +#include <memory> #include <geode/DistributedSystem.hpp> #include "DistributedSystemImpl.hpp"
