blob: 90ed9c8b7f468935da7dd454ded17113d30a6d50 (
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
|
// -*- IDL -*-
/**
* @file IOP.pidl
*
* $Id$
*
* @brief Pre-compiled IDL source for the IOP module.
*
* This file is used to generate IOPC.{h,cpp}, using the following
* command:
*
* tao_idl.exe
* -o orig -St -Sp -Ge 1 -SS -Sci
* -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 "tao/IOP_IOR.pidl"
#endif /* TAO_IOP_PIDL */
|