summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/PI/PI_include.pidl
blob: e194ebf2574002dd04d2adb75201b2224741993c (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
// -*- IDL -*-

/**
 * @file PI_include.pidl
 *
 * $Id$
 *
 * @brief Include file for use in applications that need PI.pidl.
 */

#ifndef _PI_INCLUDE_IDL_
#define _PI_INCLUDE_IDL_

#pragma prefix ""

///FUZZ: disable check_for_include/
#include "tao/PI/ORBInitInfo.pidl"
#include "tao/PI/PolicyFactory.pidl"
#include "tao/PI/ORBInitializer.pidl"
#include "tao/PI/Interceptor.pidl"
#include "tao/PI/ClientRequestInfo.pidl"
#include "tao/PI/ClientRequestInterceptor.pidl"
#include "tao/PI/PICurrent.pidl"

#endif /* _PI_INCLUDE_IDL_ */