summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3513_Regression/test.idl
blob: a358eda8ab22a0ff97227c02ec4503c14a8eb498 (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
// $Id:$

/*
We've added a comment to the effect that this file does not contain the following
directives:
#include "tao/PI/PI.pidl"
#include "tao/PortableServer/PortableServer.pidl"
#include "tao/ObjRefTemplate/ObjectReferenceTemplate.pidl"
#include "tao/Compression/Compression.pidl"
#include "tao/Monitor/Monitor.pidl"
*/

#undef FOO
#ifdef FOO
// We've ifdef'd these directives out because we don't want to include them right now
// either because that would be wrong too.
#include "tao/PI_Server/PI_Server.pidl"
#include "tao/CodecFactory/IOP_Codec.pidl"
#include "tao/RTCORBA/RTCORBA.pidl"
#include "tao/RTPortableServer/RTPortableServer.pidl"
#include "tao/RTScheduling/RTScheduler.pidl"
#endif

// We *are* including these files instead because that's the right thing to do

#include "tao/PortableServer/PortableServer_include.pidl"
#include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"
#include "tao/Compression/Compression_include.pidl"
#include "tao/PI_Server/PI_Server_include.pidl"
#include "tao/RTPortableServer/RTPortableServer_include.pidl"
#include "tao/PI/PI_include.pidl"
#include "tao/RTScheduling/RTScheduler_include.pidl"
#include "tao/Monitor/Monitor_include.pidl"
#include "tao/CodecFactory/IOP_Codec_include.pidl"
#include "tao/RTCORBA/RTCORBA_include.pidl"