*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 08 May 2006 15:11:06 +0200
changeset 1633 399bcaa1509c
parent 1632 f0c09d48b17f
child 1634 466927adcd9c
*** empty log message ***
Make.spec
abbrev.stc
libInit.cc
--- a/Make.spec	Mon May 08 15:09:23 2006 +0200
+++ b/Make.spec	Mon May 08 15:11:06 2006 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.20 2006-05-02 12:31:21 stefan Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.21 2006-05-08 13:11:06 cg Exp $
 #
 
 MODULE=stx
@@ -48,6 +48,7 @@
 	$(OUTDIR)CacheDictionary.$(O)   \
 	$(OUTDIR)CacheDictionaryWithFactory.$(O) \
 	$(OUTDIR)RunArray.$(O)          \
+	$(OUTDIR)SharedCollection.$(O)	\
 	$(OUTDIR)Iterator.$(O)          \
 	$(OUTDIR)OrderedSet.$(O)        \
 	$(OUTDIR)OrderedDictionary.$(O) \
--- a/abbrev.stc	Mon May 08 15:09:23 2006 +0200
+++ b/abbrev.stc	Mon May 08 15:11:06 2006 +0200
@@ -76,6 +76,7 @@
 RunArray RunArray 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
 SharedQueue SharedQueue stx:libbasic2 'Kernel-Processes' 0
 SignedIntegerArray SignedIntegerArray stx:libbasic2 'Collections-Arrayed' 0
 SignedLongIntegerArray SignedLongIntegerArray stx:libbasic2 'Collections-Arrayed' 0
@@ -84,7 +85,6 @@
 Socket Socket stx:libbasic2 'Streams-External' 0
 SocketAddress SocketAddress stx:libbasic2 'OS-Sockets' 0
 SocketAddressInfo SocketAddressInfo stx:libbasic2 'OS-Sockets' 0
-SocketTest SocketTest stx:libbasic2 'Streams-Sockets' 0
 SoundStream SoundStream stx:libbasic2 'Streams-External' 0
 Spline Spline stx:libbasic2 'Graphics-Geometry-Objects' 0
 SplittingWriteStream SplittingWriteStream stx:libbasic2 'Streams-Misc' 0
--- a/libInit.cc	Mon May 08 15:09:23 2006 +0200
+++ b/libInit.cc	Mon May 08 15:11:06 2006 +0200
@@ -37,6 +37,7 @@
 _CacheDictionary_Init(pass,__pRT__,snd);
 _CacheDictionaryWithFactory_Init(pass,__pRT__,snd);
 _RunArray_Init(pass,__pRT__,snd);
+_SharedCollection_Init(pass,__pRT__,snd);
 _Iterator_Init(pass,__pRT__,snd);
 _OrderedSet_Init(pass,__pRT__,snd);
 _OrderedDictionary_Init(pass,__pRT__,snd);