summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-09-14 18:34:08 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-09-14 18:34:08 +0200
commitc837a2c4803c75aa41bb4964fa1f102be2c6da08 (patch)
tree8aecf6de33e5ea97586bb908e48620055197480f /TAO/orbsvcs/tests
parent5f1d797afa90de94277507b9013ccb7b83bb0aa1 (diff)
downloadATCD-c837a2c4803c75aa41bb4964fa1f102be2c6da08.tar.gz
Layout change
* TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl:
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl b/TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl
index 7922a8f818d..e48e4bb37a1 100644
--- a/TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl
+++ b/TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl
@@ -17,10 +17,8 @@ typedef CORBA::OctetSeq DataSeq;
interface TX_Object
{
-
void send (in DataSeq data);
void recv (out DataSeq data);
oneway void shutdown ();
-
};