#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.
|
Is object collocated?
Implements TAO_Collocation_Resolver. Definition at line 15 of file Default_Collocation_Resolver.cpp. References CORBA::Object::_is_collocated(), and CORBA::Object_ptr.
00016 { 00017 return object->_is_collocated (); 00018 } |