Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/etActor.h')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/etActor.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/etActor.h b/runtime/org.eclipse.etrice.runtime.c/src/etActor.h
deleted file mode 100644
index 5cd70f694..000000000
--- a/runtime/org.eclipse.etrice.runtime.c/src/etActor.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2012 protos software gmbh (http://www.protos.de).
- * 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:
- * Henrik Rentz-Reichert (initial contribution)
- *
- *******************************************************************************/
-
-#ifndef _ETACTOR_H_
-#define _ETACTOR_H_
-
-#include "etDataTypes.h"
-#include "etPort.h"
-
-#define NOT_CAUGHT 0
-#define EVT_SHIFT 100
-
-boolean handleSystemEvent(InterfaceItemBase ifitem, int evt, void* generic_data);
-
-#endif /* _ETACTOR_H_ */

Back to the top