blob: cb289bde63057110935962bd8ea858d89d586d03 [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C++
// --------------------------------------------------------
#define CppCodegenTest_Package1_Class9_BODY
/************************************************************
Class9 class body
************************************************************/
// include associated header file
#include "CppCodegenTest/Package1/Class9.h"
// Derived includes directives
namespace Package1 {
// static attributes (if any)
/**
*
* @return
*/
int Class9::volatileIntOperation() {
}
/**
* Should not generate the 'register' keyword as it cannot be used in method signatures.
* @return
*/
int Class9::registerOperation() {
}
/**
*
* @return
*/
int Class9::externOperation() {
}
} // of namespace Package1
/************************************************************
End of Class9 class body
************************************************************/