# HG changeset patch # User Claus Gittinger # Date 1377176027 -7200 # Node ID ec48beeafa2b1c3d4554feefaf56cfc4921d8691 # Parent e5a73ac3ffdf0f471aae7f91b5529733af827b40 added: CascadingNotification diff -r e5a73ac3ffdf -r ec48beeafa2b libInit.cc --- a/libInit.cc Thu Aug 22 14:53:45 2013 +0200 +++ b/libInit.cc Thu Aug 22 14:53:47 2013 +0200 @@ -1,5 +1,5 @@ /* - * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.190 2013-04-25 07:37:04 stefan Exp $ + * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.191 2013-08-22 12:53:47 cg Exp $ * * DO NOT EDIT * automagically generated from the projectDefinition: stx_libbasic. @@ -124,6 +124,7 @@ _ArrayedCollection_Init(pass,__pRT__,snd); _Association_Init(pass,__pRT__,snd); _Block_Init(pass,__pRT__,snd); +_CascadingNotification_Init(pass,__pRT__,snd); _CharacterEncoderImplementations__ASCII_Init(pass,__pRT__,snd); _CharacterEncoderImplementations__CP437_Init(pass,__pRT__,snd); _CharacterEncoderImplementations__EBCDIC_Init(pass,__pRT__,snd);