Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / tao / PortableServer / Servant_Location.h
blobe9eefbaac43aaf855532d9917003e3d713659e40
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Servant_Location.h
7 * @author Irfan Pyarali
8 */
9 //=============================================================================
11 #ifndef TAO_Servant_Location_H
12 #define TAO_Servant_Location_H
14 #include /**/ "ace/pre.h"
16 #include "tao/PortableServer/portableserver_export.h"
18 #include /**/ "tao/Versioned_Namespace.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 # pragma once
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
26 enum class TAO_Servant_Location
28 Found,
29 Default_Servant,
30 Servant_Manager,
31 Not_Found
34 TAO_END_VERSIONED_NAMESPACE_DECL
36 #include /**/ "ace/post.h"
38 #endif /* TAO_Servant_Location_H */