class: stx_libview2
authorStefan Vogel <sv@exept.de>
Fri, 28 Nov 2014 12:51:15 +0100
changeset 3411 a662212076c5
parent 3410 e7a8f2662d2f
child 3412 018a7ee7236f
class: stx_libview2 changed: #classNamesAndAttributes Added ScreenLock as non-autoloaded (required for T-Mobile)
libInit.cc
--- a/libInit.cc	Fri Nov 28 12:51:13 2014 +0100
+++ b/libInit.cc	Fri Nov 28 12:51:15 2014 +0100
@@ -1,5 +1,5 @@
 /*
- * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.86 2014-11-18 14:29:42 cg Exp $
+ * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.87 2014-11-28 11:51:15 stefan Exp $
  *
  * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libview2.
@@ -76,6 +76,7 @@
 _Menu_Init(pass,__pRT__,snd);
 _Plug_Init(pass,__pRT__,snd);
 _PluggableEventListener_Init(pass,__pRT__,snd);
+_ScreenLock_Init(pass,__pRT__,snd);
 _UIBuilder_Init(pass,__pRT__,snd);
 _ValueModel_Init(pass,__pRT__,snd);
 _VisualComponent_Init(pass,__pRT__,snd);