Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sog12
  • Order by date
  1. sog12

    Passing NULLS in structure fields via CORBA

    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.
  2. sog12

    corbaloc with orbix 3.x

    hi, is it possible to get the naming service of orbix 3.x with a corbaloc? TIA, oren.
  3. sog12

    Corba-Orb Initialisation in Class Constructor

    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.
  4. sog12

    one client with multiple servers?

    yes
  5. sog12

    poa->the_name() stops my process

    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.
  6. sog12

    funny(?) poa behavior

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

Part and Inventory Search

Back
Top