00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file Servant_Location.h 00006 * 00007 * $Id: Servant_Location.h 90386 2010-06-02 13:52:08Z vzykov $ 00008 * 00009 * @author Irfan Pyarali 00010 */ 00011 //============================================================================= 00012 00013 #ifndef TAO_SERVANT_LOCATION_H 00014 #define TAO_SERVANT_LOCATION_H 00015 00016 #include /**/ "ace/pre.h" 00017 00018 #include "tao/PortableServer/portableserver_export.h" 00019 00020 #include /**/ "tao/Versioned_Namespace.h" 00021 00022 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00023 # pragma once 00024 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00025 00026 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00027 00028 enum TAO_SERVANT_LOCATION 00029 { 00030 TAO_SERVANT_FOUND, 00031 TAO_DEFAULT_SERVANT, 00032 TAO_SERVANT_MANAGER, 00033 TAO_SERVANT_NOT_FOUND 00034 }; 00035 00036 TAO_END_VERSIONED_NAMESPACE_DECL 00037 00038 #include /**/ "ace/post.h" 00039 00040 #endif /* TAO_SERVANT_LOCATION_H */