summaryrefslogtreecommitdiff
path: root/TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo.idl')
-rw-r--r--TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo.idl b/TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo.idl
index 9dd09203d29..e871c7a5f4e 100644
--- a/TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo.idl
+++ b/TAO/tests/GIOP_Fragments/Big_String_Sequence/Echo.idl
@@ -1,10 +1,5 @@
-/* -*- C++ -*- */
-#if !defined (_ECHO_IDL)
-#define _ECHO_IDL
-
interface Echo
{
- // = TITLE
// Defines an interface that encapsulates an operation that returns
// a string sequence, or a wstring sequence, respectively.
@@ -16,5 +11,3 @@ interface Echo
oneway void shutdown ();
};
-
-#endif /* _ECHO_IDL */