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

// @(#)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 ();
};