summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2285_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2285_Regression/Test.idl')
-rw-r--r--TAO/orbsvcs/tests/Bug_2285_Regression/Test.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/Test.idl b/TAO/orbsvcs/tests/Bug_2285_Regression/Test.idl
index 00cc73c174e..1b66c41a709 100644
--- a/TAO/orbsvcs/tests/Bug_2285_Regression/Test.idl
+++ b/TAO/orbsvcs/tests/Bug_2285_Regression/Test.idl
@@ -16,18 +16,18 @@ module Test
oneway void shutdown ();
// Methods for first test
-
+
// The client first calls this to generate a (user) exception
// which is handled in the application code
void throw_exception () raises (MyException);
-
+
// Starts the nested sequence - client calls...
boolean call_me_back (in Hello me);
-
+
// ... then the server calls this back onto the client,
// which prompts the client to call...
boolean call_back ();
-
+
// ... this ! The server interceptor will have been recording
// if any retention ID has been reused in the sequence of invocations
// @return true for all different, false otherwise.