Default_Collocation_Resolver.cpp

Go to the documentation of this file.
00001 // Default_Collocation_Resolver.cpp,v 1.10 2005/11/02 07:13:02 ossama Exp
00002 
00003 #include "tao/Default_Collocation_Resolver.h"
00004 
00005 ACE_RCSID (tao,
00006            Default_Collocation_Resolver,
00007            "Default_Collocation_Resolver.cpp,v 1.10 2005/11/02 07:13:02 ossama Exp")
00008 
00009 #include "tao/Object.h"
00010 #include "ace/Log_Msg.h"
00011 
00012 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00013 
00014 CORBA::Boolean
00015 TAO_Default_Collocation_Resolver::is_collocated (CORBA::Object_ptr object
00016                                                  ACE_ENV_ARG_DECL_NOT_USED) const
00017 {
00018   return object->_is_collocated ();
00019 }
00020 
00021 TAO_END_VERSIONED_NAMESPACE_DECL
00022 
00023 ACE_STATIC_SVC_DEFINE (TAO_Default_Collocation_Resolver,
00024                        ACE_TEXT ("Default_Collocation_Resolver"),
00025                        ACE_SVC_OBJ_T,
00026                        &ACE_SVC_NAME (TAO_Default_Collocation_Resolver),
00027                        ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ,
00028                        0)
00029 ACE_FACTORY_DEFINE (TAO, TAO_Default_Collocation_Resolver)

Generated on Thu Nov 9 11:54:10 2006 for TAO by doxygen 1.3.6