summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/FLARe/ObjectReferenceFactory.idl
blob: 36623e2728d1b84dd0ee28052f67f09c3e3a40bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- IDL -*-

#ifndef OBJECT_REFERENCE_FACTORY_IDL
#define OBJECT_REFERENCE_FACTORY_IDL

#include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"

module lwft
{

  valuetype ObjectReferenceFactory
    : PortableInterceptor::ObjectReferenceFactory {};

};

#endif  /* OBJECT_REFERENCE_FACTORY_IDL */