#include <client_application.hh>
Inheritance diagram for mpcl::net::corba::TClientApplication< TOrb >:

Public Methods | |
| TClientApplication (const char *pkcNAME, const char *pkcRELEASE, TOrb &rtORB) | |
| void | initialize (void)=0 |
| Initializes application. It should register the client objects. | |
| int | start (void)=0 |
Protected Attributes | |
| TOrb & | rtOrb |
| Client ORB. | |
Definition at line 46 of file client_application.hh.
|
||||||||||||||||||||
|
Builds a new instance, initializes the ORB.
Definition at line 69 of file client_application.hh. |
|
||||||||||
|
Start the application execution. In a console application, this means that any output must begin in this function.
Implements mpcl::TAbstractApplication. |
1.2.18