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

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