CORBA::ExceptionDef::name

Prototypes

CORBA::String_var CORBA::ExceptionDef::name(void);

Description

Retourne le nom de l'exception courante.

Exemple

#include <corba.h>
#include <oad_c.hh>
#include <impldef_c.hh>

CORBA::ExceptionDef_ptr pExceptionDef;
CORBA::String_var pvNom;

...
pvNom=pExceptionDef->name();
...

Avertissement

Néant.

Voir aussi

Néant.