diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-22 18:14:33 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-22 18:14:33 +0000 |
commit | d398b4571bc53fdd259b34ca14642bf70c3378ac (patch) | |
tree | d5fe839a5c07fd8050cb1d780b76bd9f377bcab1 /TAO/tao/ORB.h | |
parent | 909b3587ecd7b0a63eb254df25cdb27164636772 (diff) | |
download | ATCD-d398b4571bc53fdd259b34ca14642bf70c3378ac.tar.gz |
ChangeLogTag:Wed Sep 22 13:13:46 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 54951a15fda..303329fac37 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -426,13 +426,13 @@ public: CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()); - // The following are not implemented and just throw - // CORBA::NO_IMPLEMENT. - void create_named_value (CORBA::NamedValue_ptr &nmval, CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()); + // The following are not implemented and just throw + // CORBA::NO_IMPLEMENT. + void create_exception_list (CORBA::ExceptionList_ptr &exclist, CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()); |