Packets: created 80211Bundle for Packet Parser wich are associated with (802.11)...
[senf.git] / Packets / PacketImpl.hh
index 1933949..de52e40 100644 (file)
@@ -183,6 +183,9 @@ namespace detail {
         void erase(PacketData * self, iterator first, iterator last);
         void clear(PacketData * self);
 
+        void reserve(size_type n);
+        size_type capacity() const;
+
         // Annotations
         template <class Annotation>
         Annotation & annotation();