diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-22 05:38:30 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-22 05:38:30 +0000 |
commit | 5fcc127eeca45fe711b81af8ea3505df0ec7b482 (patch) | |
tree | 721050a8504705718f5b6e54764f550d0f5b42cc /ace/Service_Repository.h | |
parent | 6fd665d56bc3600177dd74a3bb15eaca7ceb6524 (diff) | |
download | ATCD-5fcc127eeca45fe711b81af8ea3505df0ec7b482.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Service_Repository.h')
-rw-r--r-- | ace/Service_Repository.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Service_Repository.h b/ace/Service_Repository.h index c620e0ddfe2..a2d040f7400 100644 --- a/ace/Service_Repository.h +++ b/ace/Service_Repository.h @@ -56,6 +56,9 @@ public: ~ACE_Service_Repository (void); // Terminate the repository. + int fini (void); + // Finalize (call fini() and possibly delete) all the services. + int close (void); // Terminate the repository. |