libInit.cc
author Stefan Vogel <sv@exept.de>
Thu, 15 Mar 2012 17:37:01 +0100
changeset 2810 9d681f7122d7
parent 2804 2ee7ed3c779d
child 2862 550987f6009f
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libbasic3/libInit.cc,v 1.95 2012-03-15 16:37:01 stefan Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libbasic3.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libbasic3_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libstx_libbasic3_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libstx_libbasic3_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libstx_libbasic3__DFN", _libstx_libbasic3_InitDefinition, "stx:libbasic3");
// _stx_137libbasic3_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libstx_libbasic3_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libbasic3", _libstx_libbasic3_Init, "stx:libbasic3");
_AbstractSourceCodeManager_Init(pass,__pRT__,snd);
_CallChain_Init(pass,__pRT__,snd);
_Change_Init(pass,__pRT__,snd);
_ChangeDeltaInformation_Init(pass,__pRT__,snd);
_ChangeNotificationParameter_Init(pass,__pRT__,snd);
_ChangeSet_Init(pass,__pRT__,snd);
_ChangeSetDiff_Init(pass,__pRT__,snd);
_ChangeSetDiffComponent_Init(pass,__pRT__,snd);
_ClassOrganizer_Init(pass,__pRT__,snd);
_HTMLDocGenerator_Init(pass,__pRT__,snd);
_HistoryManager_Init(pass,__pRT__,snd);
_MessageTally_Init(pass,__pRT__,snd);
_MessageTracer_Init(pass,__pRT__,snd);
_MethodFinder_Init(pass,__pRT__,snd);
_ProfileTree_Init(pass,__pRT__,snd);
_ProjectChecker_Init(pass,__pRT__,snd);
_SourceCodeCache_Init(pass,__pRT__,snd);
_SourceCodeManagerError_Init(pass,__pRT__,snd);
_SourceCodeManagerUtilities_Init(pass,__pRT__,snd);
_SystemOrganizer_Init(pass,__pRT__,snd);
_TraceBuffer_Init(pass,__pRT__,snd);
_VersionInfo_Init(pass,__pRT__,snd);
_WrappedMethod_Init(pass,__pRT__,snd);
_stx_137libbasic3_Init(pass,__pRT__,snd);
_CVSSourceCodeManager_Init(pass,__pRT__,snd);
_CVSVersionInfo_Init(pass,__pRT__,snd);
_ChangeSetDiffEntry_Init(pass,__pRT__,snd);
_ChangeSetDiffSet_Init(pass,__pRT__,snd);
_ClassChange_Init(pass,__pRT__,snd);
_CompositeChange_Init(pass,__pRT__,snd);
_DataBaseSourceCodeManager_Init(pass,__pRT__,snd);
_DoItChange_Init(pass,__pRT__,snd);
_FileBasedSourceCodeManager_Init(pass,__pRT__,snd);
_FileInChange_Init(pass,__pRT__,snd);
_GitSourceCodeManager_Init(pass,__pRT__,snd);
_InvalidChange_Init(pass,__pRT__,snd);
_MercurialSourceCodeManager_Init(pass,__pRT__,snd);
_MethodChangeNotificationParameter_Init(pass,__pRT__,snd);
_NameSpaceCreationChange_Init(pass,__pRT__,snd);
_OtherChange_Init(pass,__pRT__,snd);
_PerforceSourceCodeManager_Init(pass,__pRT__,snd);
_SVNVersionInfo_Init(pass,__pRT__,snd);
_StoreSourceCodeManager_Init(pass,__pRT__,snd);
_ClassCategoryChange_Init(pass,__pRT__,snd);
_ClassClassVariableChange_Init(pass,__pRT__,snd);
_ClassCommentChange_Init(pass,__pRT__,snd);
_ClassDefinitionChange_Init(pass,__pRT__,snd);
_ClassInstVarDefinitionChange_Init(pass,__pRT__,snd);
_ClassOtherChange_Init(pass,__pRT__,snd);
_ClassPrimitiveChange_Init(pass,__pRT__,snd);
_ClassRemoveChange_Init(pass,__pRT__,snd);
_ClassRenameChange_Init(pass,__pRT__,snd);
_MethodCategoryChangeNotificationParameter_Init(pass,__pRT__,snd);
_MethodCategoryRenameChange_Init(pass,__pRT__,snd);
_MethodChange_Init(pass,__pRT__,snd);
_MethodRemoveChangeNotificationParameter_Init(pass,__pRT__,snd);
_MethodTrapChangeNotificationParameter_Init(pass,__pRT__,snd);
_TimestampChange_Init(pass,__pRT__,snd);
_ClassPrimitiveDefinitionsChange_Init(pass,__pRT__,snd);
_ClassPrimitiveFunctionsChange_Init(pass,__pRT__,snd);
_ClassPrimitiveVariablesChange_Init(pass,__pRT__,snd);
_MethodCategoryChange_Init(pass,__pRT__,snd);
_MethodDefinitionChange_Init(pass,__pRT__,snd);
_MethodPackageChange_Init(pass,__pRT__,snd);
_MethodPrivacyChange_Init(pass,__pRT__,snd);
_MethodRemoveChange_Init(pass,__pRT__,snd);

_stx_137libbasic3_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}