summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Interoperable_Naming/Web_Server.idl
blob: cb5c9e12aa7764a615540c55471af88323044477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

//=============================================================================
/**
 *  @file    Web_Server.idl
 *
 *   IDL schema definition for Web server interface.
 *
 *
 *  @author  Priyanka Gontla <pgontla@ece.uci.edu>
 */
//=============================================================================


module Web_Server
{
  interface Iterator_Factory
  {
  };

};