fred-mod-corba-1.6.1
|
Context structure passed between get_reference_from_() and connection handler. More...
Data Fields | |
conn_rec * | c |
Current connection. More... | |
CORBA_ORB | orb |
Orb. More... | |
apr_hash_t * | objects |
Hash table of object references. More... | |
CosNaming_NamingContext | nameservice |
Corba nameservice. More... | |
Context structure passed between get_reference_from_() and connection handler.
conn_rec* get_reference_ctx::c |
Current connection.
Referenced by corba_process_connection(), get_ior_from_nameservice(), get_reference_for_service(), get_reference_from_ior(), get_reference_from_nameservice(), and ior_cache_fill().
CosNaming_NamingContext get_reference_ctx::nameservice |
Corba nameservice.
Referenced by corba_process_connection(), get_reference_for_service(), and ior_cache_fill().
apr_hash_t* get_reference_ctx::objects |
Hash table of object references.
Referenced by corba_process_connection(), get_reference_from_ior(), and get_reference_from_nameservice().
CORBA_ORB get_reference_ctx::orb |
Orb.
Referenced by corba_cleanup(), corba_postconfig_hook(), corba_process_connection(), get_ior_from_nameservice(), get_reference_from_ior(), and ior_cache_fill().