summaryrefslogtreecommitdiff
path: root/TAO/tao/Default_Collocation_Resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Default_Collocation_Resolver.h')
-rw-r--r--TAO/tao/Default_Collocation_Resolver.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Default_Collocation_Resolver.h b/TAO/tao/Default_Collocation_Resolver.h
index c98aefae6d5..31394883da1 100644
--- a/TAO/tao/Default_Collocation_Resolver.h
+++ b/TAO/tao/Default_Collocation_Resolver.h
@@ -24,10 +24,6 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-namespace CORBA
-{
- class Environment;
-}
/**
* @class TAO_Default_Collocation_Resolver
*
@@ -44,7 +40,7 @@ public:
/// Is @a object collocated?
virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object
- ACE_ENV_ARG_DECL) const;
+ ) const;
};
TAO_END_VERSIONED_NAMESPACE_DECL