Servant_Location.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    Servant_Location.h
00006  *
00007  *  $Id: Servant_Location.h 71473 2006-03-10 07:19:20Z jtc $
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 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00021 # pragma once
00022 #endif /* ACE_LACKS_PRAGMA_ONCE */
00023 
00024 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00025 
00026 enum TAO_SERVANT_LOCATION
00027 {
00028   TAO_SERVANT_FOUND,
00029   TAO_DEFAULT_SERVANT,
00030   TAO_SERVANT_MANAGER,
00031   TAO_SERVANT_NOT_FOUND
00032 };
00033 
00034 TAO_END_VERSIONED_NAMESPACE_DECL
00035 
00036 #include /**/ "ace/post.h"
00037 
00038 #endif /* TAO_SERVANT_LOCATION_H */

Generated on Tue Feb 2 17:40:54 2010 for TAO_PortableServer by  doxygen 1.4.7