From a50c5f7c1c60b2d81d344f4001ca7492d98498ac Mon Sep 17 00:00:00 2001 From: schmidt Date: Thu, 8 May 1997 06:57:14 +0000 Subject: *** empty log message *** --- ace/Containers.i | 4 ++-- ace/IOStream.h | 6 +++++- ace/OS.cpp | 10 +++++----- 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'ace') diff --git a/ace/Containers.i b/ace/Containers.i index 96bcf73614c..87ea4b4016a 100644 --- a/ace/Containers.i +++ b/ace/Containers.i @@ -140,8 +140,8 @@ ACE_Unbounded_Stack::is_full (void) const return 0; // ??? } -template ACE_INLINE size_t -ACE_Unbounded_Queue::size (void) const +template ACE_INLINE size_t +ACE_Unbounded_Queue::size (void) const { return this->cur_size_; } diff --git a/ace/IOStream.h b/ace/IOStream.h index b1fff35c349..11cf840bfa9 100644 --- a/ace/IOStream.h +++ b/ace/IOStream.h @@ -79,8 +79,8 @@ #if !defined (ACE_IOSTREAM_H) #define ACE_IOSTREAM_H -#include "ace/OS.h" #include "ace/INET_Addr.h" +#include "ace/Handle_Set.h" #include #if defined (ACE_HAS_STRING_CLASS) @@ -94,6 +94,10 @@ typedef String ACE_IOStream_String; #if defined (ACE_HAS_STRING_CLASS) +#if defined (__alpha) +#include +#endif /* __alpha */ + class QuotedString : public ACE_IOStream_String { public: diff --git a/ace/OS.cpp b/ace/OS.cpp index 080812b9762..44eeafc6952 100644 --- a/ace/OS.cpp +++ b/ace/OS.cpp @@ -694,7 +694,7 @@ class ACE_TSS_Ref // "Reference count" for thread-specific storage keys. // // = DESCRIPTION - // Since the ACE_Unbounded_Set doesn't allow duplicates, the + // Since the doesn't allow duplicates, the // "reference count" is the identify of the thread_id. { public: @@ -733,8 +733,8 @@ ACE_TSS_Ref::operator== (const ACE_TSS_Ref &info) return this->tid_ == info.tid_; } -typedef ACE_Unbounded_Set ACE_TSS_REF_TABLE; -typedef ACE_Unbounded_Set_Iterator ACE_TSS_REF_TABLE_ITERATOR; +typedef ACE_Unbounded_Stack ACE_TSS_REF_TABLE; +typedef ACE_Unbounded_Stack_Iterator ACE_TSS_REF_TABLE_ITERATOR; class ACE_TSS_Info // = TITLE @@ -822,8 +822,8 @@ ACE_TSS_Info::dump (void) // Create a set of objects that will reside // within thread-specific storage. -typedef ACE_Unbounded_Set ACE_TSS_TABLE; -typedef ACE_Unbounded_Set_Iterator ACE_TSS_TABLE_ITERATOR; +typedef ACE_Unbounded_Stack ACE_TSS_TABLE; +typedef ACE_Unbounded_Stack_Iterator ACE_TSS_TABLE_ITERATOR; class ACE_TSS_Cleanup // = TITLE -- cgit v1.2.1