Packet: added Packet::reparse() and ::clearAnnotations() member
[senf.git] / senf / Packets / PacketInterpreter.hh
index fa9ed46..4f9ae70 100644 (file)
@@ -153,6 +153,8 @@ namespace senf {
 
         ptr append(ptr packet);
 
+        void reparse();
+
         ///@}
 
         ///\name Data access
@@ -169,6 +171,8 @@ namespace senf {
         template <class Annotation>
         Annotation & annotation();
 
+        void clearAnnotations();
+
         ///@}
 
         ///\name Access to the abstract interface