X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fdetail%2FCallback.hh;h=f5b3cff9fc0e48273e54157b2f7f22a142a1e235;hb=d8c2d9d478b8808e5b76e4688aea4f840b6a1df7;hp=768cb9810244234e3eba84f32cd6e1bdd2ce6219;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/detail/Callback.hh b/PPI/detail/Callback.hh index 768cb98..f5b3cff 100644 --- a/PPI/detail/Callback.hh +++ b/PPI/detail/Callback.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -65,6 +65,8 @@ namespace detail { static type make(boost::function callable, Owner &); }; +#ifndef DOXYGEN + template <> struct Callback { @@ -76,6 +78,8 @@ namespace detail { static type make(type callable, Owner &); }; +#endif + }}} ///////////////////////////////hh.e////////////////////////////////////////