wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Remove wrapper functions in Message derived classes #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some Message derived classes have wrapper functions to call IPCMessage(). It
may not be such a good idea to do this. The Message classes should be simple
data containers, and it's perfectly safe for those to have all members public.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:24

GoogleCodeExporter commented 9 years ago
ORIGINAL COMMENT FROM nieklinnenbank
Implemented in revision 292 and before.

Original comment by coenbijlsma on 7 Aug 2009 at 11:24