X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.ih;h=8ce96161ce3930164add19450c5a96b81d06e3ce;hb=f2f5d59e83863f3b513950173baee1b6da2aee3c;hp=1e342a01f574638f6a3ef1c0f41fe57b95d1a243;hpb=0327b3f303ea2a61d44a30bfaac022874dcf2a0d;p=senf.git diff --git a/PPI/Events.ih b/PPI/Events.ih index 1e342a0..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,14 +34,14 @@ namespace senf { namespace ppi { namespace detail { +#ifndef DOXYGEN + template struct EventArgType { typedef EventType const & type; }; -#ifndef DOXYGEN - template <> struct EventArgType {