blob: 166831ddea7bf7112fc748bcec247f3d5bb87c89 (
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
|
// -*- IDL -*-
/**
* @file IOP.pidl
*
* $Id$
*
* @brief Pre-compiled IDL source for the IOP module.
*
* This file is used to generate IOPC.{h,inl,cpp}, using the following
* command:
*
* tao_idl.exe
* -o orig -St -Sp -Ge 1 -SS
* -Wb,export_macro=TAO_Export
* -Wb,export_include="tao/TAO_Export.h"
* -Wb,pre_include="ace/pre.h"
* -Wb,post_include="ace/post.h"
* IOP.pidl
*
* and then:
*
* patch < diffs/IOP.diff
*
* The code left in IOPC.{h,inl,cpp} is ready for use.
*
*/
#ifndef TAO_IOP_PIDL
#define TAO_IOP_PIDL
#include "IOP_IOR.pidl"
#include "IOP_Codec.pidl"
#endif /* TAO_IOP_PIDL */
|