TAO_Default_Collocation_Resolver Class Reference

Simple resolver used to decide if a CORBA::Object is collocated. More...

#include <Default_Collocation_Resolver.h>

Inheritance diagram for TAO_Default_Collocation_Resolver:

Inheritance graph
[legend]
Collaboration diagram for TAO_Default_Collocation_Resolver:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object) const
 Is object collocated?


Detailed Description

Simple resolver used to decide if a CORBA::Object is collocated.

Definition at line 40 of file Default_Collocation_Resolver.h.


Member Function Documentation

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_ptr.

00017 {
00018   return object->_is_collocated ();
00019 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:13:15 2006 for TAO by doxygen 1.3.6