summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Generic_Servant/Foo.idl
blob: 0773c9a0325c99ed2241b7da850e9fcabee50334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$
//===============================================================================
//
// = FILENAME
//     Foo.idl
//
//==================================================================================

// IDL

interface Foo
{
  long doit();
};