Skip to main content
summaryrefslogtreecommitdiffstats
blob: c0c966cbd99ffb727719659e3ee7be10dd713be1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// --------------------------------------------------------
// Code generated by Papyrus C++
// --------------------------------------------------------

#define CppCodegenTest_Package1_Class8_BODY

/************************************************************
 Class8 class body
 ************************************************************/

// include associated header file
#include "CppCodegenTest/Package1/Class8.h"

// Derived includes directives

namespace Package1 {

// static attributes (if any)

/**
 * 
 * @param iVal1 @param iVal2 @param cVal1 @param cVal2 @param this 
 */
int Class8::operation1(int /*in*/iVal1, int /*in*/iVal2, char /*in*/cVal1,
		char /*in*/cVal2) {

}

/**
 * 
 * @param iVal1 
 */
void Class8::operation1(int /*in*/iVal1) {

}

} // of namespace Package1

/************************************************************
 End of Class8 class body
 ************************************************************/

Back to the top