Inheritance diagram for TColocatedApplication:
Public Methods | |
void | initialize (void) |
int | start (void) |
mpcl::TString | programFileName (void) const |
Get application binary file name. |
Definition at line 87 of file test-colocated.cc.
|
Initializes application. It should register the SERVER objects in the Root POA. It also must choose the SERVER object lifetime (transient or persistent) for the registered SERVER objects. Implements mpcl::net::corba::TServerApplication< TOrb >. Definition at line 114 of file test-colocated.cc. References mpcl::net::corba::TServerApplication< TOrb >::rtOrb. |
|
Start the application execution. In a console application, this means that any output must begin in this function.
Reimplemented from mpcl::net::corba::TServerApplication< TOrb >. Definition at line 123 of file test-colocated.cc. |