summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-07-09 18:58:59 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-07-09 18:58:59 +0000
commit24a9eae8c86e6efaf8006e054e87b1b226c5d523 (patch)
tree56a9e9b99301afc1b08693487a4fc7be536bd3bf /TAO
parentcfc34e556323d65401a6cfb77ed99030b929bd79 (diff)
downloadATCD-24a9eae8c86e6efaf8006e054e87b1b226c5d523.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/examples/Simple/grid/Grid_i.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/examples/Simple/grid/Grid_i.h b/TAO/examples/Simple/grid/Grid_i.h
index 96d5bdf6e2e..c359ce13751 100644
--- a/TAO/examples/Simple/grid/Grid_i.h
+++ b/TAO/examples/Simple/grid/Grid_i.h
@@ -70,11 +70,13 @@ public:
virtual CORBA::Long get (CORBA::Short,
CORBA::Short,
CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ ACE_THROW_SPEC ((CORBA::SystemException,
+ Grid::RANGE_ERROR));
// Gets the grid value.
virtual void destroy (CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ ACE_THROW_SPEC ((CORBA::SystemException,
+ Grid::RANGE_ERROR));
// Destroy the grid.
private: