Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class3.h')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class3.h71
1 files changed, 0 insertions, 71 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class3.h b/extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class3.h
deleted file mode 100644
index 688929af545..00000000000
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.test/TestCDTintegration/Class3.h
+++ /dev/null
@@ -1,71 +0,0 @@
-// --------------------------------------------------------
-// Code generated by Papyrus C++
-// --------------------------------------------------------
-
-#ifndef TESTCDTINTEGRATION_CLASS3_H
-#define TESTCDTINTEGRATION_CLASS3_H
-
-/************************************************************
- Class3 class header
- ************************************************************/
-
-/* Owner package header include */
-#include <TestCDTintegration/Pkg_TestCDTintegration.h>
-
-
-/* Owner package header include */
-#include <AnsiCLibrary/Pkg_AnsiCLibrary.h>
-
-
-
-
-
-
-
-/************************************************************/
-/**
- *
- */
-class Class3
- {
- public:
-
-
-
- protected:
-
- private:
-
-
- public:
-
- /**
- *
- * @param arg
- */
- void Operation1(int /*in*/ arg[25]);
-
-
- protected:
-
-
- private:
-
-
-};
-/************************************************************/
-/* External declarations (package visibility) */
-
-
-/************************************************************/
-
-
-/* Inline functions */
-
-
-
-/************************************************************
- End of Class3 class header
- ************************************************************/
-
-#endif \ No newline at end of file

Back to the top