#include <Naming_Context_Interface.h>
Public Methods | |
TAO_Naming_Context (TAO_Naming_Context_Impl *impl) | |
Constructor. Initializes <impl_> with a concrete implementation. More... | |
~TAO_Naming_Context (void) | |
Destructor. More... |
This class simply forwards all client requests to a concrete NamingContext implementation through its <impl_> pointer. See README file for more info. Comments for the idl methods describe methods semantics - actual actions are carried out by concrete implementors.
|
Constructor. Initializes <impl_> with a concrete implementation.
|
|
Destructor.
|