summaryrefslogtreecommitdiff
path: root/TAO/tao/Services.pidl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/Services.pidl
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/Services.pidl')
-rw-r--r--TAO/tao/Services.pidl54
1 files changed, 0 insertions, 54 deletions
diff --git a/TAO/tao/Services.pidl b/TAO/tao/Services.pidl
deleted file mode 100644
index c855d525ca0..00000000000
--- a/TAO/tao/Services.pidl
+++ /dev/null
@@ -1,54 +0,0 @@
-// -*- IDL -*-
-//
-// $Id$
-
-// ================================================================
-//
-// This file was used to generate the code in ServicesC.*
-// The command used to generate code is:
-//
-// tao_idl
-// -o orig -Ge 1 -GA -SS -Sci
-// -Wb,export_macro="tao/TAO_Export"
-// -Wb,pre_include="ace/pre.h"
-// -Wb,post_include="ace/post.h"
-// Services.pidl
-//
-// Patches for changes to the generated code are available in the
-// `diffs' directory.
-// ================================================================
-
-
-#ifndef TAO_CORBA_SERVICES_IDL
-#define TAO_CORBA_SERVICES_IDL
-
-#include "tao/OctetSeq.pidl"
-
-#pragma prefix "omg.org"
-
-module CORBA
-{
- typedef unsigned short ServiceType;
- typedef unsigned long ServiceOption;
- typedef unsigned long ServiceDetailType;
- typedef OctetSeq ServiceDetailData;
- typedef sequence<ServiceOption> ServiceOptionSeq;
-
- const ServiceType Security = 1;
-
- struct ServiceDetail
- {
- ServiceDetailType service_detail_type;
- ServiceDetailData service_detail;
- };
-
- typedef sequence<ServiceDetail> ServiceDetailSeq;
-
- struct ServiceInformation
- {
- ServiceOptionSeq service_options;
- ServiceDetailSeq service_details;
- };
-};
-
-#endif /* TAO_CORBA_SERVICES_IDL */