summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl')
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl b/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl
index 32bf8914593..4d2705ab82e 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl
@@ -162,6 +162,7 @@ module CORBA
in RepositoryId id,
in Identifier name
);
+
TypeCode create_component_tc (
in RepositoryId id,
in Identifier name
@@ -171,6 +172,14 @@ module CORBA
in RepositoryId id,
in Identifier name
);
+
+ TypeCode create_event_tc (
+ in RepositoryId id,
+ in Identifier name,
+ in ValueModifier type_modifier,
+ in TypeCode concrete_base,
+ in ValueMemberSeq members
+ );
};
};