summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance/Replay_Reply/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FaultTolerance/Replay_Reply/test.idl')
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/Replay_Reply/test.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/FaultTolerance/Replay_Reply/test.idl b/TAO/orbsvcs/tests/FaultTolerance/Replay_Reply/test.idl
new file mode 100644
index 00000000000..edb742e21ef
--- /dev/null
+++ b/TAO/orbsvcs/tests/FaultTolerance/Replay_Reply/test.idl
@@ -0,0 +1,20 @@
+// -*- IDL -*-
+//$Id$
+module Replay_Reply
+{
+ const unsigned long SPECIFIC_CONTEXT = 1070;
+
+ struct tagged_component
+ {
+ long id;
+ };
+
+ interface test
+ {
+ /// A simple test operation
+ short number (inout string m);
+
+ oneway void shutdown ();
+ };
+
+};