diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-30 06:40:06 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-30 06:40:06 +0000 |
commit | 75b167f00ce74fd81cb1e405fee58d27774a42ea (patch) | |
tree | f5d3b53e51e3812bbede595f634fcbe5e71b1a9d /ace/Naming_Context.h | |
parent | d6dc2850f4701502ff2494cbed2df94dc28eac85 (diff) | |
download | ATCD-75b167f00ce74fd81cb1e405fee58d27774a42ea.tar.gz |
Added a new method "close_down" which is identical to previous close function.
Close is modified so that it only release the name_space_, not the name_options.
We need it when opening a new name space.
Diffstat (limited to 'ace/Naming_Context.h')
-rw-r--r-- | ace/Naming_Context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Naming_Context.h b/ace/Naming_Context.h index 3c418dfdd3b..2c1525b2788 100644 --- a/ace/Naming_Context.h +++ b/ace/Naming_Context.h @@ -80,6 +80,9 @@ public: // Deletes the instance of Name Space. Must be called before // switching name spaces. + int close_down (void); + // Release all resources. Gets called by destructor and fini. + ~ACE_Naming_Context (void); // destructor, do some cleanup :TBD: last dtor should "compress" // file |