summaryrefslogtreecommitdiff
path: root/performance-tests/TTCP/ORBeline/ttcp.idl
blob: cf83cc83a20df2764e1a97c6ce1feee7b654f3f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* -*- C++ -*- */
// @(#)ttcp.idl	1.1	10/18/96


interface ttcp_sequence {

typedef sequence<char> my_sequence;

  oneway void send (in my_sequence ttcp_rec);
  oneway void send_hack (in string ttcp_string);
  oneway void start_timer ();
  oneway void stop_timer ();
};

interface ttcp_string {

  oneway void send (in string ttcp_string);
  oneway void send_hack (in string ttcp_string);
  oneway void start_timer ();
  oneway void stop_timer ();
};