Blake Bender created GEODE-6843:
-----------------------------------
Summary: 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
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)