summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PI_include.pidl
blob: b59918194bafe2df7e9906dee85f25eb54088532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- IDL -*-

/**
 * @file PI_include.pidl
 *
 * @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_ */