summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/sum_server.idl
blob: fdbf0b2a740f968a174d432224f6a3ecfcddd9bf (plain)
1
2
3
4
5
6
7
8
9
// $Id$

module ORT
{
  interface sum_server
  {
    long add_variables (in long a, in long b);
  };
};