From c156e4165414878488df7295ed6e766a3b1c6160 Mon Sep 17 00:00:00 2001 From: irfan Date: Sat, 26 Oct 1996 05:49:05 +0000 Subject: rock and roll! --- ace/Naming_Context.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ace/Naming_Context.h') diff --git a/ace/Naming_Context.h b/ace/Naming_Context.h index a1c483e855f..d705fe5ec5e 100644 --- a/ace/Naming_Context.h +++ b/ace/Naming_Context.h @@ -275,6 +275,10 @@ public: void database (const char *db); const char *database (void); + // = Set/Get base address of the underlying allocator + void base_address (char *address); + char *base_address (void); + int debug (void); // Return debug status @@ -303,6 +307,9 @@ private: const char *database_; // Name of the database that stores the name/value/type bindings. + char *base_address_; + // Base address of the underlying allocator + ACE_Naming_Context::Context_Scope_Type context_; // The context in which the naming database will be created. }; -- cgit v1.2.1