summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/uiop_endpoints.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/uiop_endpoints.pidl')
-rw-r--r--TAO/tao/Strategies/uiop_endpoints.pidl48
1 files changed, 0 insertions, 48 deletions
diff --git a/TAO/tao/Strategies/uiop_endpoints.pidl b/TAO/tao/Strategies/uiop_endpoints.pidl
deleted file mode 100644
index 47856ae4ea4..00000000000
--- a/TAO/tao/Strategies/uiop_endpoints.pidl
+++ /dev/null
@@ -1,48 +0,0 @@
-// $Id$
-// ================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// uiop_endpoints.pidl
-//
-// = DESCRIPTION
-// This file contains idl definition for data structures used to
-// encapsulate data in TAO_TAG_ENDPOINTS tagged component. This
-// TAO-specific component is used for transmission of multiple
-// endpoints per single profile. Data structures defined here are
-// used for transmission of UIOP Endpoints. See UIOP_Profile.* for
-// more details.
-//
-//
-// This file was used to generate the code in
-// uiop_endpoints.* The command used to generate code
-// is:
-//
-// tao_idl
-// -o orig -Gp -Gd -Ge 1 -Sc -Sa -DCORBA3 -Sci
-// -Wb,export_macro=TAO_Strategies_Export \
-// -Wb,export_include="strategies_export.h" \
-// -Wb,pre_include="ace/pre.h" \
-// -Wb,post_include="ace/post.h" \
-// uiop_endpoints.pidl
-//
-// ================================================================
-
-#ifndef _UIOP_ENDPOINTS_IDL_
-#define _UIOP_ENDPOINTS_IDL_
-
-/// Stores information for a single UIOP endpoint.
-struct TAO_UIOP_Endpoint_Info
-{
- string rendezvous_point;
- short priority;
-};
-
-/// Stores information for a collection of UIOP endpoints.
-typedef sequence <TAO_UIOP_Endpoint_Info> TAO_UIOPEndpointSequence;
-
-#pragma prefix ""
-
-#endif /* _UIOP_ENDPOINTS_IDL_ */