[ 
https://issues.apache.org/jira/browse/GEODE-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282132#comment-16282132
 ] 

ASF GitHub Bot commented on GEODE-3288:
---------------------------------------

echobravopapa commented on a change in pull request #165: GEODE-3288: Converts 
CacheableString to std::string.
URL: https://github.com/apache/geode-native/pull/165#discussion_r155569540
 
 

 ##########
 File path: cppcache/integration-test/ThinClientHelper.hpp
 ##########
 @@ -344,7 +344,7 @@ void _verifyIntEntry(const char* name, const char* key, 
const int val,
         sprintf(buf, "In verify loop, get returned %d for key %s",
                 checkPtr->value(), key);
         LOG(buf);
-        // if ( strcmp( checkPtr->asChar(), value ) != 0 ){
+        // if ( strcmp( checkPtr->value().c_str(), value ) != 0 ){
 
 Review comment:
   looks dead, let's remove
   

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

Reply via email to