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

#ifndef OBJECT_REFERENCE_FACTORY_IDL
#define OBJECT_REFERENCE_FACTORY_IDL

#include "tao/ObjectReferenceTemplate.pidl"

module ORT
{
  valuetype ObjectReferenceFactory
    : PortableInterceptor::ObjectReferenceFactory {};
};

#endif  /* OBJECT_REFERENCE_FACTORY_IDL */