NEW FILE HEADER / COPYRIGHT FORMAT
[senf.git] / PPI / detail / Callback.hh
index 768cb98..8bf12f5 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
 // Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Fraunhofer Institute for Open Communication Systems (FOKUS) 
+// Competence Center NETwork research (NET), St. Augustin, GERMANY 
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -65,6 +65,8 @@ namespace detail {
         static type make(boost::function<void()> callable, Owner &);
     };
 
+#ifndef DOXYGEN
+
     template <>
     struct Callback<void>
     {
@@ -76,6 +78,8 @@ namespace detail {
         static type make(type callable, Owner &);
     };
 
+#endif
+
 }}}
 
 ///////////////////////////////hh.e////////////////////////////////////////