summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocation_Resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Collocation_Resolver.h')
-rw-r--r--TAO/tao/Collocation_Resolver.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/Collocation_Resolver.h b/TAO/tao/Collocation_Resolver.h
index cf626e2b090..129cfd8f7f1 100644
--- a/TAO/tao/Collocation_Resolver.h
+++ b/TAO/tao/Collocation_Resolver.h
@@ -32,8 +32,6 @@ namespace CORBA
{
class Object;
typedef Object *Object_ptr;
-
- class Environment;
}
/**
@@ -54,7 +52,7 @@ public:
/// Is @a object collocated?
virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object
- ACE_ENV_ARG_DECL) const = 0;
+ ) const = 0;
};
TAO_END_VERSIONED_NAMESPACE_DECL