substreams/libInit.cc
author mkobetic
Tue, 31 Jan 2012 03:47:19 +0000
changeset 90 59f68d289949
parent 8 661e9a63b047
child 109 9587e2df7029
permissions -rw-r--r--
(none)

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_xtreams_substreams.
 */
#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_xtreams_substreams_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libstx_goodies_xtreams_substreams_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libstx_goodies_xtreams_substreams_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libstx_goodies_xtreams_substreams__DFN", _libstx_goodies_xtreams_substreams_InitDefinition, "stx:goodies/xtreams/substreams");
// _stx_137goodies_137xtreams_137substreams_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libstx_goodies_xtreams_substreams_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_xtreams_substreams", _libstx_goodies_xtreams_substreams_Init, "stx:goodies/xtreams/substreams");
_Xtreams__ReadSubstream_Init(pass,__pRT__,snd);
_Xtreams__StitchReadStream_Init(pass,__pRT__,snd);
_Xtreams__StitchWriteStream_Init(pass,__pRT__,snd);
_Xtreams__WriteSubstream_Init(pass,__pRT__,snd);
_stx_137goodies_137xtreams_137substreams_Init(pass,__pRT__,snd);
_Xtreams__MatchReadSubstream_Init(pass,__pRT__,snd);
_Xtreams__MatchWriteSubstream_Init(pass,__pRT__,snd);
_Xtreams__PositionReadSubstream_Init(pass,__pRT__,snd);
_Xtreams__PositionWriteSubstream_Init(pass,__pRT__,snd);
_Xtreams__TestReadSubstream_Init(pass,__pRT__,snd);
_Xtreams__TestWriteSubstream_Init(pass,__pRT__,snd);
_Xtreams__LimitReadSubstream_Init(pass,__pRT__,snd);
_Xtreams__LimitWriteSubstream_Init(pass,__pRT__,snd);

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