#include "tao/PortableServer/portableserver_export.h"
Include dependency graph for Servant_Location.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | TAO_SERVANT_LOCATION { TAO_SERVANT_FOUND, TAO_DEFAULT_SERVANT, TAO_SERVANT_MANAGER, TAO_SERVANT_NOT_FOUND } |
Definition in file Servant_Location.h.
|
Definition at line 26 of file Servant_Location.h. Referenced by TAO::Portable_Server::RequestProcessingStrategyServantLocator::locate_servant(), TAO::Portable_Server::RequestProcessingStrategyServantActivator::locate_servant(), TAO::Portable_Server::RequestProcessingStrategyDefaultServant::locate_servant(), and TAO_Object_Adapter::locate_servant_i().
00027 { 00028 TAO_SERVANT_FOUND, 00029 TAO_DEFAULT_SERVANT, 00030 TAO_SERVANT_MANAGER, 00031 TAO_SERVANT_NOT_FOUND 00032 }; |