1 2 3 4 5 6 7
#include <Main.h> CODE_BEGINS virtual int startup() throw (GeneralException) { return 0; } CODE_ENDS