Actions
Defect #15
closedstop using boost::shared_ptr in pdu::Disseminator::Receiver
Start date:
01/14/2014
Due date:
% Done:
100%
Estimated time:
Description
Use of boost::shared_ptr<PDU> in pdu::Disseminator::Receiver is cute, but it prevents the declaration of type specific PDU receivers requiring the PDU* to be casted within the receiver.
A better way should be found to remove these limitations.
Updated by Tony Ciavarella over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions