CorbaNaming_destroy — Delete Reference of CorbaNaming Server
CorbaNaming_destroy(cn)
Handle of CorbaNaming Server.
This function delete the reference of CorbaNaming service.
cn = CorbaNaming_create("localhost:2809"); ... CorbaNaming_destroy(cn);