If I got you right you have some CORBA struct that contains strings.
If this is true, you don't need to initialize these strings since they are initialized automatically to empty strings (i.e.: ""). Member strings are of type String_mgr.
hi charly,
why don't you use argc and argv from the main() as your class' constructor input params (or as input to an init() func which sound better)?
oren.
hi again,
does anyone know why my process is stuck when i try to get the poa name in a destructor of a servant?
it stucks on:
cout << m_poa->the_name() << endl;
Thanx,
oren.
hi all,
i have a servant that is activated in a default policies poa.
when a the client invokes the destroy() request of that servant's reference, there is an amazing bug -
a ServantNotActive exception is thrown.
how can a servant be inactive if he just got a request from a client?
the code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.