summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-24 23:32:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-24 23:32:17 +0000
commit67e08a3cf59fc529adfd874805bbb368ac5ccf0a (patch)
tree6c95b9f468fdbf68406899e061bf11a8519122f5 /ace/Service_Repository.cpp
parent0bc10f6290377f778be3f21aeecf222fe8973eec (diff)
downloadATCD-67e08a3cf59fc529adfd874805bbb368ac5ccf0a.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Repository.cpp')
-rw-r--r--ace/Service_Repository.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Repository.cpp b/ace/Service_Repository.cpp
index 80e343f6faf..317bbeaad3f 100644
--- a/ace/Service_Repository.cpp
+++ b/ace/Service_Repository.cpp
@@ -150,8 +150,8 @@ ACE_Service_Repository::close (void)
while (this->current_size_ > 0)
{
int i = --this->current_size_;
- ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("shutting down %s\n"),
- this->service_vector_[i]->name ()));
+ //ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("shutting down %s\n"),
+ // this->service_vector_[i]->name ()));
delete (ACE_Service_Type *)this->service_vector_[i];
}