summaryrefslogtreecommitdiff
path: root/ace/Containers_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Containers_T.cpp')
-rw-r--r--ace/Containers_T.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Containers_T.cpp b/ace/Containers_T.cpp
index 2fd69838f87..2088a478d69 100644
--- a/ace/Containers_T.cpp
+++ b/ace/Containers_T.cpp
@@ -399,9 +399,9 @@ ACE_Unbounded_Queue<T>::dump (void) const
ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("\ncur_size_ = %d\n"), this->cur_size_));
T *item = 0;
-#if !defined (ACE_NDEBUG)
+#if !defined (ACE_NLOGGING)
size_t count = 1;
-#endif /* ! ACE_NDEBUG */
+#endif /* ! ACE_NLOGGING */
for (ACE_Unbounded_Queue_Iterator<T> iter (*(ACE_Unbounded_Queue<T> *) this);
iter.next (item) != 0;
@@ -1493,9 +1493,9 @@ ACE_Unbounded_Set<T>::dump (void) const
ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("\ncur_size_ = %d\n"), this->cur_size_));
T *item = 0;
-#if !defined (ACE_NDEBUG)
+#if !defined (ACE_NLOGGING)
size_t count = 1;
-#endif /* ! ACE_NDEBUG */
+#endif /* ! ACE_NLOGGING */
for (ACE_Unbounded_Set_Iterator<T> iter (*(ACE_Unbounded_Set<T> *) this);
iter.next (item) != 0;