automatically generated by browser
authorStefan Vogel <sv@exept.de>
Tue, 11 May 2010 17:57:41 +0200
changeset 2784 716c91f371e9
parent 2783 6878457a2138
child 2785 c5fb4803235f
automatically generated by browser
libInit.cc
--- a/libInit.cc	Tue May 11 17:57:40 2010 +0200
+++ b/libInit.cc	Tue May 11 17:57:41 2010 +0200
@@ -13,8 +13,17 @@
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
 DLL_EXPORT void _libstx_libtool2_Init() INIT_TEXT_SECTION;
+// DLL_EXPORT void _libstx_libtool2_InitDefinition() INIT_TEXT_SECTION;
 #endif
 
+// void _libstx_libtool2_InitDefinition(pass, __pRT__, snd)
+// OBJ snd; struct __vmData__ *__pRT__; {
+// __BEGIN_PACKAGE2__("libstx_libtool2__DFN", _libstx_libtool2_InitDefinition, "stx:libtool2");
+// _stx_137libtool2_Init(pass,__pRT__,snd);
+
+// __END_PACKAGE__();
+// }
+
 void _libstx_libtool2_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
@@ -26,6 +35,7 @@
 _MethodFinderWindow_Init(pass,__pRT__,snd);
 _SelectionBrowser_Init(pass,__pRT__,snd);
 _TabListEditor_Init(pass,__pRT__,snd);
+_Tools__ObjectModuleInformation_Init(pass,__pRT__,snd);
 _Tools__ProjectBuilder_Init(pass,__pRT__,snd);
 _Tools__ProjectBuilderAssistantApplication_Init(pass,__pRT__,snd);
 _UIGalleryView_Init(pass,__pRT__,snd);