[
https://issues.apache.org/jira/browse/GEODE-3388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacob S. Barrett resolved GEODE-3388.
-------------------------------------
Resolution: Duplicate
Changes addressed in many other tickets.
> 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
> Assignee: Jacob S. Barrett
> Priority: Major
>
> 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
(v7.6.3#76005)