X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fdetail%2FCallback.hh;h=edecc0b86d1bdbf2c69783561ddc7c8aed15168c;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=768cb9810244234e3eba84f32cd6e1bdd2ce6219;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/detail/Callback.hh b/PPI/detail/Callback.hh index 768cb98..edecc0b 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 @@ -23,8 +23,8 @@ /** \file \brief Callback public header */ -#ifndef HH_Callback_ -#define HH_Callback_ 1 +#ifndef HH_SENF_PPI_detail_Callback_ +#define HH_SENF_PPI_detail_Callback_ 1 // Custom includes #include @@ -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////////////////////////////////////////