#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 40 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_ptr.
00017 {
00018 return object->_is_collocated ();
00019 }
|
1.3.6