summaryrefslogtreecommitdiff
path: root/TAO/tao/Adapter.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-08-27 17:45:16 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-08-27 17:45:16 +0000
commite807a59110d51d6597b1849f1c8d6f09bdbdebb1 (patch)
tree5b9f1b5505d50213ec48566934c3d19937cb673b /TAO/tao/Adapter.h
parent7b5a429be6bcb7376736b32d9ef8b632abd3d45e (diff)
downloadATCD-e807a59110d51d6597b1849f1c8d6f09bdbdebb1.tar.gz
ChangeLogTag: Tue Aug 27 12:40:12 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Adapter.h')
-rw-r--r--TAO/tao/Adapter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/Adapter.h b/TAO/tao/Adapter.h
index bf6c43a308e..b25c45d95aa 100644
--- a/TAO/tao/Adapter.h
+++ b/TAO/tao/Adapter.h
@@ -119,7 +119,8 @@ public:
* POA while performing an upcall).
*/
void close (int wait_for_completion
- ACE_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL)
+ ACE_THROW_SPEC (());
/**
* Verify if the close() call can be invoked in the current
@@ -127,7 +128,8 @@ public:
* Raise the right exception if not.
*/
void check_close (int wait_for_completion
- ACE_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL)
+ ACE_THROW_SPEC (());
/// Insert a new adapter into the registry.
void insert (TAO_Adapter *adapter