Packets/GenericTLV: added some documentation
[senf.git] / senf / Packets / PacketInterpreter.hh
index 490d853..e2591cf 100644 (file)
 #include <boost/intrusive/ilist.hpp>
 #include <boost/optional.hpp>
 #include <boost/range.hpp>
-#include "../Utils/intrusive_refcount.hh"
-#include "../Utils/pool_alloc_mixin.hh"
-#include "../Utils/Tags.hh"
+#include <senf/Utils/intrusive_refcount.hh>
+#include <senf/Utils/pool_alloc_mixin.hh>
+#include <senf/Utils/Tags.hh>
 #include "PacketData.hh"
-#include "../Utils/TypeIdValue.hh"
+#include <senf/Utils/TypeIdValue.hh>
 
 //#include "PacketInterpreter.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -379,7 +379,7 @@ namespace senf {
         chain member and other similar error conditions. 
      */
     struct InvalidPacketChainException : public senf::Exception
-    { InvalidPacketChainException() : senf::Exception("invalid packet chain"){} };
+    { InvalidPacketChainException() : senf::Exception("invalid packet chain") {} };
     
 }