summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/ObjectReferenceFactory.idl
blob: 0b7c8d10bee3987e88616addc7b41190dab0e727 (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/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"

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

#endif  /* OBJECT_REFERENCE_FACTORY_IDL */