summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Location.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Location.h')
-rw-r--r--TAO/tao/PortableServer/Servant_Location.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Servant_Location.h b/TAO/tao/PortableServer/Servant_Location.h
new file mode 100644
index 00000000000..2e533e63a6b
--- /dev/null
+++ b/TAO/tao/PortableServer/Servant_Location.h
@@ -0,0 +1,34 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file Servant_Location.h
+ *
+ * $Id$
+ *
+ * @author Irfan Pyarali
+ */
+//=============================================================================
+
+#ifndef TAO_SERVANT_LOCATION_H
+#define TAO_SERVANT_LOCATION_H
+
+#include /**/ "ace/pre.h"
+
+#include "portableserver_export.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+enum TAO_SERVANT_LOCATION
+{
+ TAO_SERVANT_FOUND,
+ TAO_DEFAULT_SERVANT,
+ TAO_SERVANT_MANAGER,
+ TAO_SERVANT_NOT_FOUND
+};
+
+#include /**/ "ace/post.h"
+
+#endif /* TAO_SERVANT_LOCATION_H */