ReindexedCollectionCVS: ----------------------------------------------------------------------
authorClaus Gittinger <cg@exept.de>
Fri, 29 Sep 2006 17:17:30 +0200
changeset 1753 f9be6a841a22
parent 1752 54a31cc3fc2f
child 1754 3e2dda581c1c
ReindexedCollectionCVS: ----------------------------------------------------------------------
Make.spec
ReindexedCollection.st
abbrev.stc
libInit.cc
--- a/Make.spec	Mon Sep 18 21:49:07 2006 +0200
+++ b/Make.spec	Fri Sep 29 17:17:30 2006 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.36 2006-09-14 13:54:10 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.37 2006-09-29 15:17:30 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic2.
@@ -122,6 +122,7 @@
     $(OUTDIR)UnitConverter.$(O) \
     $(OUTDIR)WordArray.$(O) \
     $(OUTDIR)ZipArchive.$(O) \
+    $(OUTDIR)ReindexedCollection.$(O) \
     $(OUTDIR)stx_libbasic2.$(O) \
 
 
--- a/ReindexedCollection.st	Mon Sep 18 21:49:07 2006 +0200
+++ b/ReindexedCollection.st	Fri Sep 29 17:17:30 2006 +0200
@@ -1,4 +1,4 @@
-"{ Package: 'stx:goodies' }"
+"{ Package: 'stx:libbasic2' }"
 
 SequenceableCollection subclass:#ReindexedCollection
 	instanceVariableNames:'sequence interval'
@@ -293,5 +293,5 @@
 !ReindexedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.4 2006-03-20 08:53:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.5 2006-09-29 15:17:30 cg Exp $'
 ! !
--- a/abbrev.stc	Mon Sep 18 21:49:07 2006 +0200
+++ b/abbrev.stc	Fri Sep 29 17:17:30 2006 +0200
@@ -73,6 +73,7 @@
 RandomParkMiller RandomParkMiller stx:libbasic2 'Magnitude-Numbers' 0
 RandomTT800 RandomTT800 stx:libbasic2 'Magnitude-Numbers' 0
 RunArray RunArray stx:libbasic2 'Collections-Sequenceable' 0
+ReindexedCollection ReindexedCollection stx:libbasic2 'Collections-Sequenceable' 0
 SequenceableCollectionSorter SequenceableCollectionSorter stx:libbasic2 'Collections-Support' 0
 SerialPort SerialPort stx:libbasic2 'Streams-External' 0
 SharedCollection SharedCollection stx:libbasic2 'Collections-Unordered' 0
--- 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
+}