X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.ih;h=8ce96161ce3930164add19450c5a96b81d06e3ce;hb=f2f5d59e83863f3b513950173baee1b6da2aee3c;hp=02c058617994aa6db15c899a657ff971e128048f;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/Events.ih b/PPI/Events.ih index 02c0586..8ce9616 100644 --- a/PPI/Events.ih +++ b/PPI/Events.ih @@ -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 Events internal header */ -#ifndef IH_Events_ -#define IH_Events_ 1 +#ifndef IH_SENF_PPI_Events_ +#define IH_SENF_PPI_Events_ 1 // Custom includes @@ -34,6 +34,8 @@ namespace senf { namespace ppi { namespace detail { +#ifndef DOXYGEN + template struct EventArgType { @@ -46,6 +48,8 @@ namespace detail { typedef void type; }; +#endif + }}} ///////////////////////////////ih.e////////////////////////////////////////