summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl')
-rw-r--r--TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl43
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl b/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl
new file mode 100644
index 00000000000..0d69d6c54ff
--- /dev/null
+++ b/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl
@@ -0,0 +1,43 @@
+// -*- 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 -GA -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"
+ * -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+ * -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL
+ * 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 "tao/ParameterMode.pidl"
+
+module Dynamic
+{
+ struct Parameter
+ {
+ any argument;
+ CORBA::ParameterMode mode;
+ };
+};
+
+#endif // _DYNAMIC_PARAMETER_IDL_