diff options
Diffstat (limited to 'package.h')
-rw-r--r-- | package.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ public: Package& setSeqNr(seq_nr_t seq_nr); Package& setSenderId(sender_id_t sender_id); - bool hasPayloadType() const; Package& withPayloadType(bool b); payload_type_t getPayloadType() const; |