diff options
-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 |