Skip to content
Snippets Groups Projects
Commit 137d1ae6 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1664: Renamed eventwrappers.h to GenericEventWrapper.h to match with the class declaration.

parent 90b37098
No related branches found
No related tags found
No related merge requests found
#ifndef EP_EVENTWRAPPERS_H
#define EP_EVENTWRAPPERS_H
#ifndef EP_GENERICEVENTWRAPPER_H
#define EP_GENERICEVENTWRAPPER_H
/*!
\file eventwrappers.h
\file GenericEventWrapper.h
\ingroup pipeline
*/
......
......@@ -7,7 +7,7 @@
*/
// #include "Controller_Protocol.ph"
#include "eventwrappers.h"
#include "GenericEventWrapper.h"
typedef LOFAR::TYPES::uint16 uint16;
typedef LOFAR::TYPES::uint32 uint32;
......
......@@ -7,7 +7,7 @@
*/
#include <MACIO/Echo_Protocol.ph>
#include "eventwrappers.h"
#include "GenericEventWrapper.h"
/*!
\class EchoPingEventWrapper
......
......@@ -9,7 +9,7 @@
#include <MACIO/EventPort.h>
#include <string>
#include "eventwrappers.h"
#include "GenericEventWrapper.h"
/*!
\class EP_Interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment