diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-01-12 00:12:50 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-01-12 00:12:50 +0000 |
commit | 0091542e0a5b33a042b0a3e4d9fc48bd8b6866ca (patch) | |
tree | 877d33f4751ea320a3b3ad665262ac86f3a207f0 /ace/Service_Config.cpp | |
parent | e389c7f33bf4c7652245f524e8d5b089e9a53d8e (diff) | |
download | ATCD-0091542e0a5b33a042b0a3e4d9fc48bd8b6866ca.tar.gz |
ChangeLogTag:Tue Jan 11 17:39:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index 100be63168e..33a5f90bf2c 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -773,8 +773,8 @@ ACE_Service_Config::close (void) if (ACE_Service_Config::is_initialized_ > 0) return 0; - // Delete the service repository. All the objects inside the service - // repository have already been finalized . + // Delete the service repository. All the objects inside the + // service repository should already have been finalized. ACE_Service_Config::close_svcs (); // Delete the list fo svc.conf files |