You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (JIRA)" <ji...@apache.org> on 2018/03/14 20:01:00 UTC

[jira] [Assigned] (GEODE-4427) Cleanup function pointer types in Serializable.hpp

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

Blake Bender reassigned GEODE-4427:
-----------------------------------

    Assignee: Blake Bender

> Cleanup function pointer types in Serializable.hpp
> --------------------------------------------------
>
>                 Key: GEODE-4427
>                 URL: https://issues.apache.org/jira/browse/GEODE-4427
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Jacob S. Barrett
>            Assignee: Blake Bender
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> This callback should not be in Serializable.hpp or it might not be needed.  At the very least, this should be removed from the public API.
> {code:java}
> typedef void (*CliCallbackMethod)(Cache &cache);{code}
> Modernize the below header to used std::function.
> This should implement {{std::function}}.
> {code:java}
> typedef PdxSerializable* (*TypeFactoryMethodPdx)();{code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)