summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LB_ORT.idl
blob: 0134ff0cc96ed6f99f531ddecd807c5d508c46e4 (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
25
26
27
28
// -*- IDL -*-

//=============================================================================
/**
 * @file LB_ORT.idl
 *
 * $Id$
 */
//=============================================================================


#ifndef TAO_LB_ORT_IDL
#define TAO_LB_ORT_IDL

#include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"


module TAO_LB
{
  typeprefix TAO_LB "tao.lb";

  valuetype ObjectReferenceFactory
    : PortableInterceptor::ObjectReferenceFactory {};

};


#endif  /* TAO_LB_ORT_IDL */