TAO Namespace Reference


Classes

struct  Objref_Traits< DDS::GuardCondition >
struct  Objref_Traits< DDS::WaitSet >
struct  Objref_Traits< OpenDDS::DCPS::Recorder >
struct  Objref_Traits< OpenDDS::DCPS::Replayer >

Namespaces

namespace  DCPS

Functions

STANDARD_EXCEPTION_LIST CORBA::SystemException * create_system_exception (const char *id)


Function Documentation

STANDARD_EXCEPTION_LIST CORBA::SystemException* TAO::create_system_exception ( const char *  id  ) 

Definition at line 891 of file SystemException.cpp.

00892 {
00893   for (CORBA::ULong i = 0; i < array_sz; ++i)
00894     {
00895       if (ACE_OS::strcmp (id, repo_id_array[i]) == 0)
00896         return (*(excp_array[i])) ();
00897     }
00898 
00899   return 0;
00900 }


Generated on Fri Feb 12 20:06:51 2016 for OpenDDS by  doxygen 1.4.7