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


interface ttcp_sequence 
{
  typedef sequence<char> my_sequence;

  long send (in  my_sequence ttcp_seq);
  oneway void start_timer ();
  oneway void stop_timer ();
};

interface ttcp_string 
{
  long send (in string ttcp_str);
  oneway void start_timer ();
  oneway void stop_timer ();
};