summaryrefslogtreecommitdiff
path: root/ace/Naming_Context.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-30 06:40:06 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-30 06:40:06 +0000
commit9609d6abe3fdb082443612933a22095573c716a2 (patch)
treef5d3b53e51e3812bbede595f634fcbe5e71b1a9d /ace/Naming_Context.h
parentc65c4a84e6ce903264c290b5bd98bace3bfe3747 (diff)
downloadATCD-9609d6abe3fdb082443612933a22095573c716a2.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.h3
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