summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LB_ORT.idl
blob: 015508201811885113194b59f491873a06d172ea (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
29
30
31
// -*- IDL -*-

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


#ifndef TAO_LB_ORT_IDL
#define TAO_LB_ORT_IDL

#include "tao/ObjectReferenceTemplate.pidl"

#pragma prefix "tao.lb"


module TAO_LB
{

  valuetype ObjectReferenceFactory
    : PortableInterceptor::ObjectReferenceFactory {};

};

#pragma prefix ""


#endif  /* TAO_LB_ORT_IDL */