[ 
https://issues.apache.org/jira/browse/GEODE-3388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anthony Baker closed GEODE-3388.
--------------------------------

> 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)

Reply via email to