summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LWFT/ObjectReferenceFactory.idl
blob: 356e208d3ad04f1ca98942136853dd75d1c1b7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- IDL -*-
// $Id$

#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 */