Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 398cd202ba14ca05ee62a7bbcad8e1df28e331d4 (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
// --------------------------------------------------------
// Code generated by Papyrus C++
// --------------------------------------------------------

#define TestCDTintegration_Class3_BODY

/************************************************************
              Class3 class body
 ************************************************************/



// include associated header file
#include <TestCDTintegration/Class3.h>



// Derived includes directives



// static attributes (if any)


/**
 * 
 * @param arg 
 */
void Class3::Operation1(int /*in*/ arg[25]) {
	// Now let's add some code
	arg[0] = 1;
}




/************************************************************
              End of Class3 class body
 ************************************************************/

Back to the top