Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / main.test.hh
index ecd472c..0cf67a5 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: TransportPacket.test.cc 560 2007-12-13 14:39:37Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
@@ -29,7 +29,7 @@
 // Custom includes
 
 //#include "main.test.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace detail {
@@ -47,13 +47,18 @@ namespace test {
                                                          PacketInterpreterBase::Prepend_t)
             { return PacketInterpreter<T>::create(impl,b,e,PacketInterpreterBase::Prepend); }
 
+        template <class T>
+        static typename PacketInterpreter<T>::ptr create(PacketImpl * impl, iterator b, iterator e,
+                                                         PacketInterpreterBase::ptr before)
+            { return PacketInterpreter<T>::create(impl,b,e,before); }
+
         static PacketImpl * impl(PacketInterpreterBase::ptr p)
             { return &p->impl(); }
     };
 
 }}}}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "main.test.cci"
 //#include "main.test.ct"
 //#include "main.test.cti"