libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 17 Sep 2012 18:05:30 +0000
changeset 14 d5b81c30785e
parent 13 f90704544ca0
child 15 31a33727c629
permissions -rw-r--r--
- CypressWriter class definition added:8 methods changed: #documentation - stx_goodies_cypress changed: #classNamesAndAttributes #extensionMethodNames #preRequisites - CypressModel added: #writeTo:using: - CypressMethod added: #category #source #writeTo:using: - CypressAbstractWriter added:30 methods category of: - CypressPackage added: #comment #comment: #definition #writeTo:using: - CypressRepository added:5 methods changed: #directory: category of: - CypressClass added: #comment #comment: #writeTo:using: - extensions ...

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

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_goodies_cypress_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libstx_goodies_cypress_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libstx_goodies_cypress_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libstx_goodies_cypress__DFN", _libstx_goodies_cypress_InitDefinition, "stx:goodies/cypress");
// _stx_137goodies_137cypress_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libstx_goodies_cypress_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_cypress", _libstx_goodies_cypress_Init, "stx:goodies/cypress");
_CypressAbstractWriter_Init(pass,__pRT__,snd);
_CypressDefinition_Init(pass,__pRT__,snd);
_CypressDefinitionIndex_Init(pass,__pRT__,snd);
_CypressDependencySorter_Init(pass,__pRT__,snd);
_CypressJsonParser_Init(pass,__pRT__,snd);
_CypressLoader_Init(pass,__pRT__,snd);
_CypressMockBasic_Init(pass,__pRT__,snd);
_CypressModel_Init(pass,__pRT__,snd);
_CypressPackageDefinition_Init(pass,__pRT__,snd);
_CypressPackageReader_Init(pass,__pRT__,snd);
_CypressPackageWriter_Init(pass,__pRT__,snd);
_CypressPatch_Init(pass,__pRT__,snd);
_CypressPatchOperation_Init(pass,__pRT__,snd);
_CypressSnapshot_Init(pass,__pRT__,snd);
_CypressStructure_Init(pass,__pRT__,snd);
_stx_137goodies_137cypress_Init(pass,__pRT__,snd);
_CypressAddition_Init(pass,__pRT__,snd);
_CypressClass_Init(pass,__pRT__,snd);
_CypressClassDefinition_Init(pass,__pRT__,snd);
_CypressClassStructure_Init(pass,__pRT__,snd);
_CypressMethod_Init(pass,__pRT__,snd);
_CypressMethodDefinition_Init(pass,__pRT__,snd);
_CypressMethodStructure_Init(pass,__pRT__,snd);
_CypressModification_Init(pass,__pRT__,snd);
_CypressPackage_Init(pass,__pRT__,snd);
_CypressPackageStructure_Init(pass,__pRT__,snd);
_CypressRemoval_Init(pass,__pRT__,snd);
_CypressRepository_Init(pass,__pRT__,snd);
_CypressWriter_Init(pass,__pRT__,snd);

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