summaryrefslogtreecommitdiff
path: root/TAO/tao/Dynamic_Parameter.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Dynamic_Parameter.pidl')
-rw-r--r--TAO/tao/Dynamic_Parameter.pidl41
1 files changed, 0 insertions, 41 deletions
diff --git a/TAO/tao/Dynamic_Parameter.pidl b/TAO/tao/Dynamic_Parameter.pidl
deleted file mode 100644
index f82dd8ba366..00000000000
--- a/TAO/tao/Dynamic_Parameter.pidl
+++ /dev/null
@@ -1,41 +0,0 @@
-// -*- IDL -*-
-
-// ================================================================
-/**
- * @file Dynamic_Parameter.pidl
- *
- * $Id$
- *
- * This file was used to generate the code in Dynamic_ParameterC.* The command
- * used to generate code is:
- *
- * tao_idl
- * -o orig -Ge 1 -GA -Sc -Sci
- * -Wb,export_macro=TAO_Export
- * -Wb,export_include="tao/TAO_Export.h"
- * -Wb,pre_include="ace/pre.h"
- * -Wb,post_include="ace/post.h"
- * Dynamic_Parameter.pidl
- *
- */
-// ================================================================
-
-// File: Dynamic_Parameter.idl
-// Piece of module Dynamic generated separately for use by
-// template argument helper classes.
-
-#ifndef _DYNAMIC_PARAMETER_IDL_
-#define _DYNAMIC_PARAMETER_IDL_
-
-#include <ParameterMode.pidl>
-
-module Dynamic
-{
- struct Parameter
- {
- any argument;
- CORBA::ParameterMode mode;
- };
-};
-
-#endif // _DYNAMIC_PARAMETER_IDL_