diff -r 54a31cc3fc2f -r f9be6a841a22 libInit.cc --- a/libInit.cc Mon Sep 18 21:49:07 2006 +0200 +++ b/libInit.cc Fri Sep 29 17:17:30 2006 +0200 @@ -1,5 +1,5 @@ /* - * $Header: /cvs/stx/stx/libbasic2/libInit.cc,v 1.59 2006-09-14 13:54:13 cg Exp $ + * $Header: /cvs/stx/stx/libbasic2/libInit.cc,v 1.60 2006-09-29 15:17:30 cg Exp $ * * DO NOT EDIT * automagically generated from the projectDefinition: stx_libbasic2. @@ -86,10 +86,11 @@ _FtpURI_Init(pass,__pRT__,snd); _HttpURI_Init(pass,__pRT__,snd); _IPv6SocketAddress_Init(pass,__pRT__,snd); +_ReindexedCollection(pass,__pRT__,snd); #ifdef WIN32 _SerialPort_Init(pass,__pRT__,snd); #endif /* WIN32 */ __END_PACKAGE__(); -} \ No newline at end of file +}