CORBA 2.6.1 Getting Started Guide for C++

catch {entitydelete sample_stack_client@ORB}
entity sample_stack_client@ORB {
ssl_client true
Then run the example. Start the server program in one window by using the following command:
server -ORBprofile sample_stack
In the other window, start the client program by using the following command:
client -ORBprofile sample_stack_client
You should see the same output as before.
Chapter 3. Considerations for Migrating from
Previous
Releases
Index