Public Member Functions

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 36 of file Default_Collocation_Resolver.h.


Member Function Documentation

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.

{
  return object->_is_collocated ();
}


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines