summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ObjectReferenceFactory.idl
blob: b4da79f1b838e466a206d0482593d978fe4d3fa4 (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
// -*- IDL -*-

//=============================================================================
/**
 * @file   ObjectReferenceFactory.idl
 *
 * $Id$
 *
 * @author Ossama Othman <ossama@uci.edu>
 */
//=============================================================================


#ifndef OBJECT_REFERENCE_FACTORY_IDL
#define OBJECT_REFERENCE_FACTORY_IDL

#include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"

module ORT_Test
{

  valuetype ObjectReferenceFactory
    : PortableInterceptor::ObjectReferenceFactory {};

};

#endif  /* OBJECT_REFERENCE_FACTORY_IDL */