#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.
enum TAO_SERVANT_LOCATION |
Definition at line 26 of file Servant_Location.h.
00027 { 00028 TAO_SERVANT_FOUND, 00029 TAO_DEFAULT_SERVANT, 00030 TAO_SERVANT_MANAGER, 00031 TAO_SERVANT_NOT_FOUND 00032 };