X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FPhoenix.ih;h=9068a2bb4bb050fd9d4203e371260c39a66b4fbf;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=fb548e52533cc6cdf5ebb366dc35bfceb90c68e8;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Phoenix.ih b/senf/Utils/Phoenix.ih index fb548e5..9068a2b 100644 --- a/senf/Utils/Phoenix.ih +++ b/senf/Utils/Phoenix.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -28,7 +28,7 @@ // Custom includes -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace phoenix { @@ -46,7 +46,7 @@ namespace detail { struct clear { template struct result { typedef void type; }; - + template void operator()(A1 & a1) const { a1.clear(); } @@ -54,7 +54,7 @@ namespace detail { }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif