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