X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.hh;h=3f2fc25b25bc694456b14ee0af70c02be97152d4;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=feae76f13d7d881a259e79adac1dafc0529cd2ea;hpb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;p=senf.git diff --git a/PPI/Events.hh b/PPI/Events.hh index feae76f..3f2fc25 100644 --- a/PPI/Events.hh +++ b/PPI/Events.hh @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// $Id$ +// +// 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 @@ -21,8 +23,8 @@ /** \file \brief Events public header */ -#ifndef HH_Events_ -#define HH_Events_ 1 +#ifndef HH_SENF_PPI_Events_ +#define HH_SENF_PPI_Events_ 1 // Custom includes #include @@ -44,7 +46,8 @@ namespace ppi { \section event_impl Implementing Events All events are derived from EventImplementation which is based on EventDescriptor. - \see EventImplementation + \see EventImplementation \n + \ref ppi_events */ // Implementation: The concrete EventDescriptor implementation will need to set things up so @@ -58,6 +61,8 @@ namespace ppi { /** \brief Generic event interface base-class The EventDescriptor base-class provides an interface to control events. + + \see \ref ppi_events */ class EventDescriptor {