automatically generated by browser
authorStefan Vogel <sv@exept.de>
Fri, 23 Apr 2010 15:09:54 +0200
changeset 2836 66a39bce5584
parent 2835 3c297ec07400
child 2837 c5d71d7a36b4
automatically generated by browser
libInit.cc
--- a/libInit.cc	Fri Apr 23 15:09:49 2010 +0200
+++ b/libInit.cc	Fri Apr 23 15:09:54 2010 +0200
@@ -1,5 +1,5 @@
 /*
- * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.63 2009-11-24 18:06:41 stefan Exp $
+ * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.64 2010-04-23 13:09:54 stefan Exp $
  *
  * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libview2.
@@ -13,8 +13,17 @@
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
 DLL_EXPORT void _libstx_libview2_Init() INIT_TEXT_SECTION;
+// DLL_EXPORT void _libstx_libview2_InitDefinition() INIT_TEXT_SECTION;
 #endif
 
+// void _libstx_libview2_InitDefinition(pass, __pRT__, snd)
+// OBJ snd; struct __vmData__ *__pRT__; {
+// __BEGIN_PACKAGE2__("libstx_libview2__DFN", _libstx_libview2_InitDefinition, "stx:libview2");
+// _stx_137libview2_Init(pass,__pRT__,snd);
+
+// __END_PACKAGE__();
+// }
+
 void _libstx_libview2_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE2__("libstx_libview2", _libstx_libview2_Init, "stx:libview2");
@@ -34,6 +43,8 @@
 _ExternalTopView_Init(pass,__pRT__,snd);
 _GIFReader_Init(pass,__pRT__,snd);
 _Icon_Init(pass,__pRT__,snd);
+_ImageFrame_Init(pass,__pRT__,snd);
+_ImageSequence_Init(pass,__pRT__,snd);
 _InputView_Init(pass,__pRT__,snd);
 _JPEGReader_Init(pass,__pRT__,snd);
 _KeyboardProcessor_Init(pass,__pRT__,snd);
@@ -88,8 +99,8 @@
 _TypeConverter_Init(pass,__pRT__,snd);
 _ValueHolderWithWeakDependents_Init(pass,__pRT__,snd);
 #ifdef WIN32
+_WinPrinterContext_Init(pass,__pRT__,snd);
 _WinPrinterStream_Init(pass,__pRT__,snd);
-_WinPrinterContext_Init(pass,__pRT__,snd);
 #endif /* WIN32 */
 
 _stx_137libview2_extensions_Init(pass,__pRT__,snd);