summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector.idl')
-rw-r--r--CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector.idl b/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector.idl
deleted file mode 100644
index 0d43bdb0f66..00000000000
--- a/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector.idl
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * @file NonTopic_Connector.idl
- * @author
- */
-
-#ifndef NT_CONNECTOR_IDL_
-#define NT_CONNECTOR_IDL_
-
-#include <Components.idl>
-
-#include "NonTopic_Base.idl"
-#include "nontopic_test.idl"
-
-#pragma ciao lem "NonTopic_ConnectorE.idl"
-
-module Typed_NonTopic_Test_1< ::X,::Y,::testEnum, ::XSeq,::YSeq, testEnumSeq> Xtest_1;
-module Typed_NonTopic_Test_2< ::testUnion,::Z, ::testUnionSeq,::ZSeq> Xtest_2;
-module Typed_NonTopic_Test_2< ::testSeq,::testArray, ::testSeqSeq,::testArraySeq> Xtest_3;
-
-#endif /* NONTOPIC_CONNECTOR_IDL_ */
-
-