libInit.cc
changeset 2784 716c91f371e9
parent 2736 811700a7d7e2
child 2804 2cba0c1989fc
--- 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);