diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-04 03:59:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-04 03:59:21 +0000 |
commit | 69ef395d88c90467dc5861bef7ab5163e0c2445d (patch) | |
tree | 7ff7e0b73a8ae5e34a5de086cc5da4f11ec50d3c | |
parent | 872d061fe50ffbf058ed862b698957a281176329 (diff) | |
download | ATCD-69ef395d88c90467dc5861bef7ab5163e0c2445d.tar.gz |
*** empty log message ***
-rw-r--r-- | TAO/tests/Simple/time/Client_i.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/Simple/time/Client_i.cpp b/TAO/tests/Simple/time/Client_i.cpp index 48b09bff420..daa55a65558 100644 --- a/TAO/tests/Simple/time/Client_i.cpp +++ b/TAO/tests/Simple/time/Client_i.cpp @@ -103,6 +103,9 @@ Client_i::time (void) // Make the RMI. CORBA::Long timedate = this->server_->time (this->env_); + // @@ Darrell, please rewrite this using the TAO_TRY/TAO_CATCH + // macros! + if (this->env_.exception () != 0) this->env_.print_exception ("from time"); else |