tests/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 11 Jan 2016 23:22:29 +0000
changeset 3513 5581377e87fa
parent 3412 df11bb428463
child 3514 b3cbf3ca5dcf
permissions -rw-r--r--
More cleanup of JavaVM::ReflectionRegistry Removed more obsolete methods and instvars.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libjava_tests.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libjava_tests_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_libjava_tests_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_libjava_tests_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libjava_tests__DFN", _libstx_libjava_tests_InitDefinition, "stx:libjava/tests");
_stx_137libjava_137tests_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_libjava_tests_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libjava_tests", _libstx_libjava_tests_Init, "stx:libjava/tests");
_stx_137libjava_137tests_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}