summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor_Adapter_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor_Adapter_Factory.h')
-rw-r--r--TAO/tao/IORInterceptor_Adapter_Factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORInterceptor_Adapter_Factory.h b/TAO/tao/IORInterceptor_Adapter_Factory.h
index e56e7994296..5b030bd87af 100644
--- a/TAO/tao/IORInterceptor_Adapter_Factory.h
+++ b/TAO/tao/IORInterceptor_Adapter_Factory.h
@@ -21,7 +21,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/SystemException.h"
+#include "tao/Exception.h"
class TAO_IORInterceptor_Adapter;
@@ -34,7 +34,7 @@ class TAO_IORInterceptor_Adapter;
* ORB on the ORB's first usage of its ior_interceptor_adapter_. This is a base
* class for the actual implementation in the TAO_IORInterceptor library.
*/
-class TAO_Export TAO_IORInterceptor_Adapter_Factory
+class TAO_Export TAO_IORInterceptor_Adapter_Factory
: public ACE_Service_Object
{
public: