Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class2.cpp')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class2.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class2.cpp b/extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class2.cpp
deleted file mode 100644
index 42a31cf03f3..00000000000
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class2.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-// --------------------------------------------------------
-// Code generated by Papyrus C++
-// --------------------------------------------------------
-
-#define TestCDTintegration_Class2_BODY
-
-/************************************************************
- Class2 class body
- ************************************************************/
-
-
-
-// include associated header file
-#include <TestCDTintegration/Class2.h>
-
-
-
-// Derived includes directives
-
-
-
-// static attributes (if any)
-
-
-
-
-/************************************************************
- End of Class2 class body
- ************************************************************/ \ No newline at end of file

Back to the top