#include <Collocation_Resolver.h>
Inheritance diagram for TAO_Collocation_Resolver:
Public Member Functions | |
virtual | ~TAO_Collocation_Resolver (void) |
Destructor. | |
virtual CORBA::Boolean | is_collocated (CORBA::Object_ptr object) const=0 |
Is object collocated? |
Definition at line 44 of file Collocation_Resolver.h.
|
Destructor.
Definition at line 11 of file Collocation_Resolver.cpp.
00012 { 00013 } |
|
Is object collocated?
Implemented in TAO_Default_Collocation_Resolver. Referenced by TAO_ORB_Core::collocation_strategy(). |