Why and when to perform this task
Use this task to add the necessary include statements to the source file for a CORBA client main code.
Add the following include statements:
#include "servant.hh"
#include <CosNaming.hh>where:
What to do next
You also can add the code for the functions needed in the client main code as described in Creating a CORBA client main code (client.cpp).