summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocation_Resolver.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit63a3c576735a0045e88fafd434917ab9df4670d4 (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/Collocation_Resolver.h
parentf8f8bd276e46bdb451392edc637df8683b6f24c6 (diff)
downloadATCD-63a3c576735a0045e88fafd434917ab9df4670d4.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
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