Why and when to perform this task
Use this task to create the main code for a CORBA client, to locate a servant object hosted by a CORBA server, and to call methods on the server object. The client's main() function performs the following tasks:
Steps for this task
main(int argc, char *argv[]) { int rc; ::CORBA::Object_ptr objPtr; ::CosNaming::NamingContext_var rootNameContext = NULL; Servant_var liptr = NULL; exit( 0 ); }