#include <Default_Collocation_Resolver.h>
Inheritance diagram for TAO_Default_Collocation_Resolver:
Public Member Functions | |
virtual CORBA::Boolean | is_collocated (CORBA::Object_ptr object) const |
Is object collocated? |
Definition at line 36 of file Default_Collocation_Resolver.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL CORBA::Boolean TAO_Default_Collocation_Resolver::is_collocated | ( | CORBA::Object_ptr | object | ) | const [virtual] |
Is object collocated?
Implements TAO_Collocation_Resolver.
Definition at line 15 of file Default_Collocation_Resolver.cpp.
References CORBA::Object::_is_collocated().
00016 { 00017 return object->_is_collocated (); 00018 }