examples/tomcat6/modules.c
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 06 Sep 2013 00:16:38 +0100
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
permissions -rw-r--r--
Added version_CVS to all classes and build files regenerated & cleaned. This is necessary step before updating CVS.

/* $Header$
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: stx_libjava_examples_tomcat6.
 *
 * Warning: once you modify this file, do not rerun
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 */
typedef void (*vf)();

extern void _ApacheTomcat6_Init();
extern void _stx_137libjava_137examples_137tomcat6_Init();


static vf modules[] = {
    _ApacheTomcat6_Init,
_stx_137libjava_137examples_137tomcat6_Init,

    (vf)0
};

vf *__modules__ = modules;