[
https://issues.apache.org/jira/browse/GEODE-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310151#comment-16310151
]
ASF GitHub Bot commented on GEODE-3288:
---------------------------------------
pivotal-jbarrett opened a new pull request #177: GEODE-3288: Replaces char*
with std::string on public APIs.
URL: https://github.com/apache/geode-native/pull/177
- Replaces char/wchar_t arrays with char16_t arrays.
- Replaces char*/wchar_t* strings arrays with std::vector<std::string>.
- Fixes type for reading byte arrays.
- Replaces unsign and signed char * for byte arrays with int8_t*.
- Remove char* constructor from CacheableString
- Converts Serializer to use std::string.
- Adds methods for std::string consistent with Java DataOutput.
- Removes writeASCII from public API.
- Adds JavaModifiedUtf8 helper class.
- Removes DataOuput::getEncodedLength from public API.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Replace char* with std::string
> ------------------------------
>
> Key: GEODE-3288
> URL: https://issues.apache.org/jira/browse/GEODE-3288
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Ernest Burghardt
>
> In all public API headers
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)