[omniORB] Which exceptions can be thrown by a call to _narrow () and when?

Ilinykh, Andre AIlinykh@SECTORBASE.COM
Thu, 25 Jan 2001 08:53:42 -0800


There are others, for example COMM_FAILURE. _narrow() can check the type of
real object. I'm not sure when it does this way. At least, every time I
create object reference by string_to_object("corbaloc:iiop:/...") it goes to
my server.
Thanks,
  Andrey

-----Original Message-----
From: ERIKSSON,TOBIAS (A-Sweden,ex1)
[mailto:tobias_eriksson@agilent.com]
Sent: Thursday, January 25, 2001 2:19 AM
To: omniorb-list@uk.research.att.com
Subject: [omniORB] Which exceptions can be thrown by a call to _narrow()
and when?


Hi
 I'm trying to use narrow to tell me if the type of the object beeing
narrowed actually is of the type I want, 
I think that it will throw BAD_PARAM if they are not the same, is this
correct and are there any others?

 Regards
   Tobias