summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor_Adapter_Factory.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-11 12:51:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-11 12:51:42 +0000
commit684f4149bb62552bd083a246812149010a0d5278 (patch)
treee7cd895a2fa466e22075c21c31fc83ebc30f476d /TAO/tao/IORInterceptor_Adapter_Factory.h
parentdf13612f36e202934137663b99b65394b07ae8cd (diff)
downloadATCD-684f4149bb62552bd083a246812149010a0d5278.tar.gz
Sun Feb 11 12:38:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IORInterceptor_Adapter_Factory.h')
-rw-r--r--TAO/tao/IORInterceptor_Adapter_Factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IORInterceptor_Adapter_Factory.h b/TAO/tao/IORInterceptor_Adapter_Factory.h
index 34c70a02360..43a176f2f5b 100644
--- a/TAO/tao/IORInterceptor_Adapter_Factory.h
+++ b/TAO/tao/IORInterceptor_Adapter_Factory.h
@@ -21,7 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/SystemException.h"
+#include "tao/orbconf.h"
+#include "tao/TAO_Export.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -42,8 +43,7 @@ class TAO_Export TAO_IORInterceptor_Adapter_Factory
public:
virtual ~TAO_IORInterceptor_Adapter_Factory (void);
- virtual TAO_IORInterceptor_Adapter * create (void)
- ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
+ virtual TAO_IORInterceptor_Adapter * create (void) = 0;
};
TAO_END_VERSIONED_NAMESPACE_DECL