Packets: Completely restructured #includes, introduced central Packets.hh file
[senf.git] / Packets / PacketImpl.hh
index 7ba7cb0..516d272 100644 (file)
@@ -114,6 +114,9 @@ namespace detail {
 }}
 
 ///////////////////////////////hh.e////////////////////////////////////////
+#endif
+#if !defined(SENF_PACKETS_DECL_ONLY) && !defined(HH_PacketImpl_i_)
+#define HH_PacketImpl_i_
 #include "PacketImpl.cci"
 //#include "PacketImpl.ct"
 #include "PacketImpl.cti"
@@ -126,4 +129,6 @@ namespace detail {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: