summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor_Adapter.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-13 07:02:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-13 07:02:28 +0000
commit47b3af1237bb202095f2f30d9b4347eaea3784a0 (patch)
tree1c6c3103a92e233ee1683bd5c5ea2de89cb744bf /TAO/tao/IORInterceptor_Adapter.h
parent066049457b23142d25d8ae3614b48df26c1a4b70 (diff)
downloadATCD-47b3af1237bb202095f2f30d9b4347eaea3784a0.tar.gz
Mon Apr 12 23:57:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IORInterceptor_Adapter.h')
-rw-r--r--TAO/tao/IORInterceptor_Adapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORInterceptor_Adapter.h b/TAO/tao/IORInterceptor_Adapter.h
index bfab3716b93..786e0e14141 100644
--- a/TAO/tao/IORInterceptor_Adapter.h
+++ b/TAO/tao/IORInterceptor_Adapter.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -56,7 +56,7 @@ public:
virtual void destroy_interceptors (
ACE_ENV_SINGLE_ARG_DECL
)
- ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
+ ACE_THROW_SPEC (()) = 0;
virtual TAO_IORInterceptor_List *interceptor_list (void)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;