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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Collocation_Resolver.h b/TAO/tao/Collocation_Resolver.h
index e4e391d0c12..1388d4c9238 100644
--- a/TAO/tao/Collocation_Resolver.h
+++ b/TAO/tao/Collocation_Resolver.h
@@ -38,7 +38,8 @@ public:
virtual ~TAO_Collocation_Resolver (void);
/// Is <object> collocated?
- virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object) const = 0;
+ virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object,
+ CORBA::Environment &ACE_TRY_ENV) const = 0;
};
#if defined (__ACE_INLINE__)