Why and when to perform this task
Use this task to create a CORBA server that hosts a servant object. The server performs the following tasks:
This task is the next step after adding code for the business logic methods in the servant implementation file, servant_I.cpp. For more information about adding code to a servant implementation file, see Adding code to a CORBA servant implementation (servant_I.cpp).
Steps for this task
int main( int argc, char *argv[] ) { int rc = 0; }