[
https://issues.apache.org/jira/browse/GEODE-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16858121#comment-16858121
]
ASF subversion and git services commented on GEODE-6843:
--------------------------------------------------------
Commit 6054b8136fbae2cbcc13dc4c0a846ef8e48e7701 in geode-native's branch
refs/heads/develop from Matthew Reddington
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=6054b81 ]
GEODE-6843: Moved header implemenations into the source file where they belong.
(#484)
* Moved header implemenations into the source file where they belong.
* Explicitly inlined read and write int.
* Moved ~TcrMessageHelper() to public.
* Defaulted derived class destructors.
* Moved a unit test to it's proper location.
> Move inline functions from TcrMessage out of header
> ---------------------------------------------------
>
> Key: GEODE-6843
> URL: https://issues.apache.org/jira/browse/GEODE-6843
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Blake Bender
> Priority: Major
>
> There are several methods on TcrMessage that are gratuitously declared with
> the inline keyword in TcrMessage.h. Since everything includes this header,
> any change to one of these methods necessitates building the world. Need to
> move these method bodies into the .cpp file and let the compiler do the work
> for us, as probably should've been done to begin with.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)