[
https://issues.apache.org/jira/browse/GEODE-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16317409#comment-16317409
]
ASF subversion and git services commented on GEODE-3288:
--------------------------------------------------------
Commit fb4adc44a40ffdbaa99c96901539a4ae915d1d04 in geode-native's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=fb4adc4 ]
GEODE-3288: Replaces char* with std::string on public APIs. (#177)
* GEODE-3288: Replaces char* with std::string on public APIs.
- 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.
> 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
> Assignee: Jacob S. Barrett
>
> In all public API headers
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)