// -------------------------------------------------------- // Code generated by Papyrus C++ // -------------------------------------------------------- #define TestCDTintegration_Class3_BODY /************************************************************ Class3 class body ************************************************************/ // include associated header file #include // 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 ************************************************************/