Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.cpp/src/common/modelbase/IEventReceiver.h')
-rw-r--r--runtime/org.eclipse.etrice.runtime.cpp/src/common/modelbase/IEventReceiver.h62
1 files changed, 31 insertions, 31 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.cpp/src/common/modelbase/IEventReceiver.h b/runtime/org.eclipse.etrice.runtime.cpp/src/common/modelbase/IEventReceiver.h
index 7b75e68f8..627195838 100644
--- a/runtime/org.eclipse.etrice.runtime.cpp/src/common/modelbase/IEventReceiver.h
+++ b/runtime/org.eclipse.etrice.runtime.cpp/src/common/modelbase/IEventReceiver.h
@@ -1,31 +1,31 @@
-/*******************************************************************************
- * Copyright (c) 2012 Draeger Medical GmbH (http://www.draeger.com).
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * CONTRIBUTORS:
- * Peter Karlitschek (initial contribution)
- *
- *******************************************************************************/
-
-#ifndef IEVENTRECEIVER_H_
-#define IEVENTRECEIVER_H_
-
-#include "common/messaging/IRTObject.h"
-
-namespace etRuntime {
- class InterfaceItemBase;
-
-class IEventReceiver {
-public:
- IEventReceiver();
- virtual ~IEventReceiver();
-
- virtual void receiveEvent(InterfaceItemBase* ifitem, int evt, void* data) = 0;
-
-};
-
-} /* namespace etRuntime */
-#endif /* IEVENTRECEIVER_H_ */
+/*******************************************************************************
+ * Copyright (c) 2012 Draeger Medical GmbH (http://www.draeger.com).
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * CONTRIBUTORS:
+ * Peter Karlitschek (initial contribution)
+ *
+ *******************************************************************************/
+
+#ifndef IEVENTRECEIVER_H_
+#define IEVENTRECEIVER_H_
+
+#include "common/messaging/IRTObject.h"
+
+namespace etRuntime {
+ class InterfaceItemBase;
+
+class IEventReceiver {
+public:
+ IEventReceiver();
+ virtual ~IEventReceiver();
+
+ virtual void receiveEvent(InterfaceItemBase* ifitem, int evt, void* data) = 0;
+
+};
+
+} /* namespace etRuntime */
+#endif /* IEVENTRECEIVER_H_ */

Back to the top