libInit.cc
author Stefan Vogel <sv@exept.de>
Mon, 17 Jun 2002 18:39:31 +0200
changeset 1573 539900f8908a
parent 1514 f256a05ccabf
child 1610 34bb3a9f1379
permissions -rw-r--r--
Add classes

/*
 * DO NOT EDIT 
 * automatically generated from Make.proto (by make libInit.cc)
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>
#define INIT_TEXT_SECT /* as nothing */
#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#else /* not WIN32 */
# if defined(__GNUC__) && !defined(NO_SECTION_ATTRIBUTES)
#  if (__GNUC__  == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
#   undef INIT_TEXT_SECT
#   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
#  endif
# endif /* not GNUC */
#endif /* not WIN32 */
#ifdef INIT_TEXT_SECT
extern void _libview2_Init() INIT_TEXT_SECT;
#endif
void _libview2_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libview2", _libview2_Init, "stx:libview2");
_ColorValue_Init(pass,__pRT__,snd);
_Icon_Init(pass,__pRT__,snd);
_DisplayObject_Init(pass,__pRT__,snd);
_InputView_Init(pass,__pRT__,snd);
_PrintConverter_Init(pass,__pRT__,snd);
_MIMETypes_Init(pass,__pRT__,snd);
_ApplicationWindow_Init(pass,__pRT__,snd);
_Model_Init(pass,__pRT__,snd);
_ApplicationModel_Init(pass,__pRT__,snd);
_ToolApplicationModel_Init(pass,__pRT__,snd);
_ResourceSpecEditor_Init(pass,__pRT__,snd);
_ValueModel_Init(pass,__pRT__,snd);
_PluggableAdaptor_Init(pass,__pRT__,snd);
_TypeConverter_Init(pass,__pRT__,snd);
_BlockValue_Init(pass,__pRT__,snd);
_ValueHolder_Init(pass,__pRT__,snd);
_ValueHolderWithWeakDependents_Init(pass,__pRT__,snd);
_TriggerValue_Init(pass,__pRT__,snd);
_ProtocolAdaptor_Init(pass,__pRT__,snd);
_AspectAdaptor_Init(pass,__pRT__,snd);
_BufferedValueHolder_Init(pass,__pRT__,snd);
_Plug_Init(pass,__pRT__,snd);
_StandardSystemController_Init(pass,__pRT__,snd);
_Layout_Init(pass,__pRT__,snd);
_LayoutOrigin_Init(pass,__pRT__,snd);
_LayoutFrame_Init(pass,__pRT__,snd);
_AlignmentOrigin_Init(pass,__pRT__,snd);
_EventListener_Init(pass,__pRT__,snd);
_ActiveHelp_Init(pass,__pRT__,snd);
_ActiveHelpView_Init(pass,__pRT__,snd);
_KeyboardProcessor_Init(pass,__pRT__,snd);
_Menu_Init(pass,__pRT__,snd);
_MenuItem_Init(pass,__pRT__,snd);
_DragAndDropManager_Init(pass,__pRT__,snd);
_DropObject_Init(pass,__pRT__,snd);
_DropContext_Init(pass,__pRT__,snd);
_DropSource_Init(pass,__pRT__,snd);
_DropTarget_Init(pass,__pRT__,snd);
_DragHandler_Init(pass,__pRT__,snd);
_VisualRegion_Init(pass,__pRT__,snd);
_ResourceRetriever_Init(pass,__pRT__,snd);
_WindowBuilder_Init(pass,__pRT__,snd);
_UIBuilder_Init(pass,__pRT__,snd);
_TIFFReader_Init(pass,__pRT__,snd);
_GIFReader_Init(pass,__pRT__,snd);
_XBMReader_Init(pass,__pRT__,snd);
_XPMReader_Init(pass,__pRT__,snd);
_JPEGReader_Init(pass,__pRT__,snd);
_PopUpBanner_Init(pass,__pRT__,snd);
_SimpleDialog_Init(pass,__pRT__,snd);
_FlyByHelp_Init(pass,__pRT__,snd);
_ApplicationSubView_Init(pass,__pRT__,snd);
_PropertyListDictionary_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}