BoilerPlate: Reusable CORBA |
Utilities to help with resolving initial references and and finding object references in the NameService. These utilities were lifted directly from Henning and Vinoski's Advanced CORBA Programming.
#include "BP_CORBA.h"
Go to the source code of this file.
Functions | |
template<class T> T::_ptr_type | resolve_init (CORBA::ORB_ptr orb, const char *id) |
Template version of resolve_initial_references. | |
template<class T> T::_ptr_type | resolve_name (CosNaming::NamingContext_ptr nc, const CosNaming::Name &name) |
Use to resolve an name in the NameService. |
|
Template version of resolve_initial_references. A template utility function to use where ever you might use ORB::resolve_initial_references. This code is borrowed from Steve Vinoski's book: Advanced CORBA Programming in C++
|
|
Use to resolve an name in the NameService. Use this operation where ever you might use NamingContext::resolve This code is borrowed from Steve Vinoski's book: Advanced CORBA Programming in C++
|
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:22:32 2004 for BoilerPlate by 1.3.7 |