+2003-06-03 Bill Haneman <bill.haneman@sun.com>
+
+ * cspi/spi_main.c:
+ (cspi_accessible_is_a): Make non-fatal
+ if the object reference is dead.
+
Mon Jun 2 15:35:29 2003 Jonathan Blandford <jrb@redhat.com>
* cspi/spi_main.c: #include <stdio.h>
if (ev._major != CORBA_NO_EXCEPTION)
{
- g_error ("Exception '%s' checking if is '%s'",
- cspi_exception_get_text (),
- interface_name);
+ g_warning ("Exception '%s' checking if is '%s'",
+ cspi_exception_get_text (),
+ interface_name);
+ retval = FALSE;
}
- if (unknown != CORBA_OBJECT_NIL)
+ else if (unknown != CORBA_OBJECT_NIL)
{
retval = TRUE;
cspi_release_unref (unknown);