Name

CorbaNaming_create — Create Reference of CorbaNaming Server

Calling Sequence

cn=CorbaNaming_create(hostaddress)

Parameters

cn

Handle of CorbaNaming Server.

hostaddress

IP address and port number of CorbaNaming Server. (eg., "localhost:2809"). port number can be skipped.

Description

This function get the reference of CorbaNaming service.

Examples

      cn = CorbaNaming_create("localhost:2809");

See Also

Authors

Yuki Suga (ysuga.net)