summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ace/Containers_T.h1
-rw-r--r--ace/Containers_T.inl2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b51e82a3bf..c8f516b9c5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 1 00:00:00 2006 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * Happy New Year!!!
+
Fri Dec 30 16:39:46 2005 J.T. Conklin <jtc@acorntoolworks.com>
* ace/OS_NS_string.cpp:
diff --git a/ace/Containers_T.h b/ace/Containers_T.h
index e2fc0e6ed06..92ac06c78c3 100644
--- a/ace/Containers_T.h
+++ b/ace/Containers_T.h
@@ -1063,7 +1063,6 @@ public:
/// Delegates to ACE_Double_Linked_List.
int remove (ACE_DLList_Node *n);
-
// = Initialization and termination methods.
/// Delegates to ACE_Double_Linked_List.
diff --git a/ace/Containers_T.inl b/ace/Containers_T.inl
index df0b81e2aeb..425d6e167e8 100644
--- a/ace/Containers_T.inl
+++ b/ace/Containers_T.inl
@@ -350,7 +350,7 @@ ACE_DLList<T>::remove (ACE_DLList_Node *n)
}
template <class T> ACE_INLINE
-ACE_DLList<T>::ACE_DLList (ACE_Allocator *alloc )
+ACE_DLList<T>::ACE_DLList (ACE_Allocator *alloc)
: ACE_DLList_Base (alloc)
{
}