nrtb-core team mailing list archive
-
nrtb-core team
-
Mailing list archive
-
Message #00242
[Bug 844100] [NEW] nrtb::transceiver::msg_num_t should not be public
Public bug reported:
The union msg_num_t, defined in nrtb::transciever
(common/transceiver/transceiver.h) is public, but it is only used
internally by nrtb::transceiver and in no way defines a useful product
for any other class. As a matter if good code structure, it should be
declared protected.
** Affects: nrtb
Importance: Low
Status: Triaged
** Tags: beta cleanup
--
You received this bug notification because you are a member of NRTB
Core, which is subscribed to New Real Time Battle.
https://bugs.launchpad.net/bugs/844100
Title:
nrtb::transceiver::msg_num_t should not be public
Status in The New Real Time Battle Project:
Triaged
Bug description:
The union msg_num_t, defined in nrtb::transciever
(common/transceiver/transceiver.h) is public, but it is only used
internally by nrtb::transceiver and in no way defines a useful product
for any other class. As a matter if good code structure, it should be
declared protected.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nrtb/+bug/844100/+subscriptions
Follow ups
References