summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/ObjRefTemplate/Default_ORT.pidl
blob: f143c2353e602f8d1949e27b8bd07b68e7c992a8 (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
28
29
30
31
32
33
34
35
36
// -*- IDL -*-
/**
 * @file Default_ORT.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for the TAO_Default_ORT module.
 *
 * This file is used to generate Default_ORTC.{h,i,cpp}, using the following
 * command:
 *
 *   tao_idl.exe
 *        -o orig -GA
 *        -I../..
 *        -Wb,export_macro=TAO_ORT_Export \
 *        -Wb,export_include="ort_export.h" \
 *        -Wb,pre_include="ace/pre.h"
 *        -Wb,post_include="ace/post.h"
 *        Default_ORT.pidl
 *
 */

#ifndef TAO_DEFAULT_ORT_PIDL
#define TAO_DEFAULT_ORT_PIDL

#include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"

module TAO_Default_ORT
{
  valuetype ObjectReferenceTemplate
    : PortableInterceptor::ObjectReferenceTemplate
  {
  };
};

#endif /* TAO_DEFAULT_ORT_PIDL */