Adding include statements

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:

servant.ih
Specifies the name of the implementation header file for the servant class, servant, to be hosted by the server.
servershutdown.h
Specifies the name of the header file for the class used to shut down the CORBA server.
CosNaming.hh
Specifies the header file for the COSNaming functions.

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).

Related tasks
Creating the CORBA server main code (server.cpp)



Searchable topic ID:   tcor_pgmsa
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/tasks/tcor_pgms5a.html

Library | Support | Terms of Use | Feedback