| 312 | |
| 313 | |
| 314 | bool OutboundPacketStream::IsBundleInProgress() const |
| 315 | { |
| 316 | return (elementSizePtr_ != 0); |
| 317 | } |
| 318 | |
| 319 | |
| 320 | OutboundPacketStream& OutboundPacketStream::operator<<( const BundleInitiator& rhs ) |
nothing calls this directly
no outgoing calls
no test coverage detected