@name InternalTopic and InternalWriter Interface @{
| 114 | /// @name InternalTopic and InternalWriter Interface |
| 115 | /// @{ |
| 116 | bool durable() const { return qos_.durability.kind == DDS::TRANSIENT_LOCAL_DURABILITY_QOS; } |
| 117 | |
| 118 | void remove_publication(InternalEntity_wrch publication_handle, |
| 119 | bool autodispose_unregistered_instances, |
no outgoing calls
no test coverage detected