You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ernest Burghardt (JIRA)" <ji...@apache.org> on 2017/08/03 15:36:00 UTC

[jira] [Created] (GEODE-3388) Migrate Cache.hpp/cpp to use std types

Ernest Burghardt created GEODE-3388:
---------------------------------------

             Summary: Migrate Cache.hpp/cpp to use std types
                 Key: GEODE-3388
                 URL: https://issues.apache.org/jira/browse/GEODE-3388
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Ernest Burghardt


 virtual void rootRegions(VectorOfRegion& regions);
=>  virtual std::unique_ptr<std::vector<std::shared_ptr<Region>>> rootRegions();

std::exceptions

  // TODO what does null do, get rid of null
  virtual RegionServicePtr createAuthenticatedView(
      const PropertiesPtr& userSecurityProperties,
      const std::string* poolName = nullptr);



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)