#include <Assembly_Spec.h>
Collaboration diagram for CIAO::Assembly_Connection::IF_Resolver_Info:
Public Member Functions | |
IF_Resolver_Info (IF_Resolution_Method type, const char *info, IF_Resolver_Info *nested=0) | |
~IF_Resolver_Info () | |
IF_Resolution_Method | resolver_type (void) const |
const char * | resolver_info (void) const |
The string we use to resolve the interface. | |
IF_Resolver_Info * | nested_resolver (void) |
Return a nested resolver this resolver depends on. | |
void * | traderquery (void) const |
Protected Attributes | |
IF_Resolution_Method | resolver_type_ |
Hints the kind of resolve info. | |
ACE_CString | resolver_info_ |
Information this info contains. | |
IF_Resolver_Info * | nested_resolver_ |
Dependent resolver info. | |
void * | traderquery_ |
@ Future placeholder for trader query info. |
|
|
|
|
|
Return a nested resolver this resolver depends on.
|
|
The string we use to resolve the interface.
|
|
|
|
Return the trader structure. (Not implemented yet. therefore, we are returning void * for now.) |
|
Dependent resolver info.
|
|
Information this info contains.
|
|
Hints the kind of resolve info.
|
|
@ Future placeholder for trader query info. @ |