From 137d1ae60550312b0d5983a43fdea405ecd5d6b1 Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Wed, 23 Mar 2011 10:02:43 +0000 Subject: [PATCH] Bug 1664: Renamed eventwrappers.h to GenericEventWrapper.h to match with the class declaration. --- .../mac/src/{eventwrappers.h => GenericEventWrapper.h} | 6 +++--- CEP/Pipeline/mac/src/controlwrappers.h | 2 +- CEP/Pipeline/mac/src/echowrappers.h | 2 +- CEP/Pipeline/mac/src/ep_interface.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename CEP/Pipeline/mac/src/{eventwrappers.h => GenericEventWrapper.h} (86%) diff --git a/CEP/Pipeline/mac/src/eventwrappers.h b/CEP/Pipeline/mac/src/GenericEventWrapper.h similarity index 86% rename from CEP/Pipeline/mac/src/eventwrappers.h rename to CEP/Pipeline/mac/src/GenericEventWrapper.h index d6d3cd8d518..285f7897156 100644 --- a/CEP/Pipeline/mac/src/eventwrappers.h +++ b/CEP/Pipeline/mac/src/GenericEventWrapper.h @@ -1,8 +1,8 @@ -#ifndef EP_EVENTWRAPPERS_H -#define EP_EVENTWRAPPERS_H +#ifndef EP_GENERICEVENTWRAPPER_H +#define EP_GENERICEVENTWRAPPER_H /*! - \file eventwrappers.h + \file GenericEventWrapper.h \ingroup pipeline */ diff --git a/CEP/Pipeline/mac/src/controlwrappers.h b/CEP/Pipeline/mac/src/controlwrappers.h index 1636fe74c7d..655d58be531 100644 --- a/CEP/Pipeline/mac/src/controlwrappers.h +++ b/CEP/Pipeline/mac/src/controlwrappers.h @@ -7,7 +7,7 @@ */ // #include "Controller_Protocol.ph" -#include "eventwrappers.h" +#include "GenericEventWrapper.h" typedef LOFAR::TYPES::uint16 uint16; typedef LOFAR::TYPES::uint32 uint32; diff --git a/CEP/Pipeline/mac/src/echowrappers.h b/CEP/Pipeline/mac/src/echowrappers.h index 364be6fa460..9230a648575 100644 --- a/CEP/Pipeline/mac/src/echowrappers.h +++ b/CEP/Pipeline/mac/src/echowrappers.h @@ -7,7 +7,7 @@ */ #include <MACIO/Echo_Protocol.ph> -#include "eventwrappers.h" +#include "GenericEventWrapper.h" /*! \class EchoPingEventWrapper diff --git a/CEP/Pipeline/mac/src/ep_interface.h b/CEP/Pipeline/mac/src/ep_interface.h index 10a46868882..b6abacb9590 100644 --- a/CEP/Pipeline/mac/src/ep_interface.h +++ b/CEP/Pipeline/mac/src/ep_interface.h @@ -9,7 +9,7 @@ #include <MACIO/EventPort.h> #include <string> -#include "eventwrappers.h" +#include "GenericEventWrapper.h" /*! \class EP_Interface -- GitLab