summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 18:33:17 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 18:33:17 +0000
commit35bd95b0fcf902d8b38ce61f556f7c954dff5310 (patch)
tree5e94404e575a595403fb002a379a20f4769761a5
parent17c9499071a107d64f328b208ec639d85082a30b (diff)
downloadATCD-35bd95b0fcf902d8b38ce61f556f7c954dff5310.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c3
-rw-r--r--TAO/orbsvcs/Time_Service/IR_Helper.cpp1
2 files changed, 4 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 1814fe92f6b..d7cdebea14b 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,5 +1,8 @@
Wed Jun 16 13:23:57 1999 Vishal Kachroo <vishal@cs.wustl.edu>
+ * orbsvcs/Time_Service/IR_Helper.cpp:
+ Fixed ACE_THROW_SPEC
+
Fixed ACE_THROW_SPEC.
* tests/InterOp-Naming/INS_i.cpp:
* tests/InterOp-Naming/INS_i.h:
diff --git a/TAO/orbsvcs/Time_Service/IR_Helper.cpp b/TAO/orbsvcs/Time_Service/IR_Helper.cpp
index e89bef3d506..7a89f4d1a14 100644
--- a/TAO/orbsvcs/Time_Service/IR_Helper.cpp
+++ b/TAO/orbsvcs/Time_Service/IR_Helper.cpp
@@ -20,6 +20,7 @@ public:
Ping_i (int debug = 0) : debug_ (debug) {}
virtual void ping (CORBA::Environment &env = CORBA_Environment::default_environment ())
+ ACE_THROW_SPEC (( CORBA::SystemException ))
{
if (this->debug_)
ACE_DEBUG ((LM_DEBUG, "Pong!\n"));